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
- Host: GitHub
- URL: https://github.com/dperrymorrow/regex.js
- Owner: dperrymorrow
- Created: 2012-02-28T20:09:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-17T18:21:46.000Z (about 14 years ago)
- Last Synced: 2025-01-22T01:42:42.400Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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");
````