Ultimate Regex Library List
Welcome to the Ultimate Regex Library List! This repository compiles various regex libraries across different programming languages, making it easier for developers to find the right tool for their regex needs.
Library
Description
URL
re
The built-in library for regular expressions.
re
regex
An alternative to the built-in re
module, offering more functionality.
regex
Library
Description
URL
RegExp
The built-in regular expression object in JavaScript.
RegExp
XRegExp
An augmented, extensible, cross-browser JavaScript regex library.
XRegExp
Library
Description
URL
java.util.regex
The standard library for regex in Java.
java.util.regex
Apache Commons
Provides additional utilities for regex processing.
Apache Commons
Library
Description
URL
Regexp
The built-in regex class in Ruby.
Regexp
Library
Description
URL
preg_*
A set of functions that support Perl-compatible regex.
preg
Library
Description
URL
perlre
Perl's built-in regex library, known for its powerful and flexible regex capabilities.
perlre
Library
Description
URL
regexp
The standard library for regex in Go.
regexp
Library
Description
URL
regex
A fast, safe, and correct regex library for Rust.
regex
Library
Description
URL
std::regex
The standard library for regex in C++.
std::regex
Boost.Regex
A part of the Boost C++ Libraries, providing extended regex capabilities.
Boost.Regex
Feel free to contribute to this list by submitting a pull request or opening an issue!
Fork the repository
Create a new branch (git checkout -b feature/your-feature
)
Commit your changes (git commit -am 'Add some feature'
)
Push to the branch (git push origin feature/your-feature
)
Create a new Pull Request
We appreciate your contributions to making this the ultimate resource for regex libraries!
This project is licensed under the MIT License. See the LICENSE file for details.
Thank you for using the Ultimate Regex Library List! Happy coding!