{"id":13812385,"url":"https://github.com/boostorg/regex","last_synced_at":"2025-04-04T20:10:40.836Z","repository":{"id":6353170,"uuid":"7589998","full_name":"boostorg/regex","owner":"boostorg","description":"Boost.org regex module","archived":false,"fork":false,"pushed_at":"2025-03-15T16:57:49.000Z","size":16438,"stargazers_count":90,"open_issues_count":25,"forks_count":96,"subscribers_count":16,"default_branch":"develop","last_synced_at":"2025-03-28T19:08:04.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://boost.org/libs/regex","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"tgs/pytest-gitignore","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boostorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-01-13T15:59:19.000Z","updated_at":"2025-03-23T06:54:11.000Z","dependencies_parsed_at":"2024-04-04T19:31:44.519Z","dependency_job_id":"74a28713-c853-417f-af6c-5cb668c86042","html_url":"https://github.com/boostorg/regex","commit_stats":null,"previous_names":[],"tags_count":130,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fregex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fregex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fregex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostorg%2Fregex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boostorg","download_url":"https://codeload.github.com/boostorg/regex/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242678,"owners_count":20907134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T04:00:51.362Z","updated_at":"2025-04-04T20:10:40.817Z","avatar_url":"https://github.com/boostorg.png","language":"C++","funding_links":[],"categories":["Regex engines"],"sub_categories":["Source code"],"readme":"Boost Regex Library\n============================\n\nThe Boost Regex library provides regular expression support for C++, this library is the ancestor to std::regex and still goes beyond\nand offers some advantages to, the standard version.\n\nThe full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/regex/index.html).\n\n## Standalone Mode ##\n\n This library may now be used in \"standalone\" mode without the rest of the Boost C++ libraries, in order to do this you must either:\n\n* Have a C++17 compiler that supports __has_include, in this case if \u003cboost/config.hpp\u003e is not present then the library will automoatically enter standalone mode. Or:\n* Define BOOST_REGEX_STANDALONE when building.\n\nThe main difference between the 2 modes, is that when Boost.Config is present the library will automatically configure itself around various compiler defects. In particular in order to use the library with exception support turned off, you will either need a copy of Boost.Config in your include path, or else manually define BOOST_NO_EXCEPTIONS when building.\n\nIn any event, to obtain a standalone version of this library, simply download a .zip of the \"master\" branch of this repository.\n\n## Support, bugs and feature requests ##\n\nBugs and feature requests can be reported through the [Gitub issue tracker](https://github.com/boostorg/regex/issues)\n(see [open issues](https://github.com/boostorg/regex/issues) and\n[closed issues](https://github.com/boostorg/regex/issues?utf8=%E2%9C%93\u0026q=is%3Aissue+is%3Aclosed)).\n\nYou can submit your changes through a [pull request](https://github.com/boostorg/regex/pulls).\n\nThere is no mailing-list specific to Boost Regex, although you can use the general-purpose Boost [mailing-list](http://lists.boost.org/mailman/listinfo.cgi/boost-users) using the tag [regex].\n\n\n## Development ##\n\nClone the whole boost project, which includes the individual Boost projects as submodules ([see boost+git doc](https://github.com/boostorg/boost/wiki/Getting-Started)): \n\n    git clone https://github.com/boostorg/boost\n    cd boost\n    git submodule update --init\n\nThe Boost Regex Library is located in `libs/regex/`. \n\n### Running tests ###\nFirst, make sure you are in `libs/regex/test`. \nYou can either run all the tests listed in `Jamfile.v2` or run a single test:\n\n    ../../../b2                        \u003c- run all tests\n    ../../../b2 regex_regress          \u003c- single test\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostorg%2Fregex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboostorg%2Fregex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostorg%2Fregex/lists"}