The Wayback Machine - https://web.archive.org/web/20200905135424/https://github.com/markwhitaker/RegexToolbox.JS/
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

icon

RegexToolbox.JS

Regular expression tools for JavaScript developers.

RegexBuilder

RegexBuilder is a class for building regular expressions in a more human-readable way using a fluent API. It offers a number of benefits over using raw regex syntax in strings:

  • No knowledge of regular expression syntax is required: just use simple, intuitively-named classes and methods.
  • Code is easier to read, understand and maintain.
  • Code is safer and far less prone to regular expression syntax errors and programmer errors.

It is fully documented in the project wiki.


icon .NET developer? Check out the .NET version of this library, RegexToolbox.NET.

icon Java developer? Check out the Java version of this library, RegexToolbox.Java.

icon Kotlin developer? Check out the Kotlin version of this library, RegexToolbox.kt.


RegexToolbox: Now you can be a hero without knowing regular expressions.
You can’t perform that action at this time.