An open API service indexing awesome lists of open source software.

https://github.com/dperrymorrow/regex.js

javascript regular expression library
https://github.com/dperrymorrow/regex.js

Last synced: about 1 year ago
JSON representation

javascript regular expression library

Awesome Lists containing this project

README

          

# A simple js repo of useful Regular expressions

All the methods are static you just reference them as so..

````javascript
dpm.Regex.removeQuotes("a string with some 'quotes' in it");
````