harlaksh / ultimate-regex

Ultimate list of all things Regex

Repository from Github https://github.comharlaksh/ultimate-regexRepository from Github https://github.comharlaksh/ultimate-regex

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.

Table of Contents

Python

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

JavaScript

Library Description URL
RegExp The built-in regular expression object in JavaScript. RegExp
XRegExp An augmented, extensible, cross-browser JavaScript regex library. XRegExp

Java

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

Ruby

Library Description URL
Regexp The built-in regex class in Ruby. Regexp

PHP

Library Description URL
preg_* A set of functions that support Perl-compatible regex. preg

C#

Library Description URL
System.Text.RegularExpressions The .NET library for regex operations. System.Text.RegularExpressions

Perl

Library Description URL
perlre Perl's built-in regex library, known for its powerful and flexible regex capabilities. perlre

Go

Library Description URL
regexp The standard library for regex in Go. regexp

Rust

Library Description URL
regex A fast, safe, and correct regex library for Rust. regex

C++

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!

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Create a new Pull Request

We appreciate your contributions to making this the ultimate resource for regex libraries!

License

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!