Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.51 KB

regexp.md

File metadata and controls

30 lines (25 loc) · 1.51 KB

Bookmarks tagged [regexp]

https://github.com/epoberezkin/fast-deep-equal

The fastest deep equality check with Date, RegExp and ES6 Map, Set and typed arrays support - epoberezkin/fast-deep-equal


https://regex101.com/#javascript

Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.


http://regexr.com

HTML/JS based tool for creating, testing, and learning about Regular Expressions.


https://github.com/thebinarysearchtree/regexpbuilderjs

Create regular expressions using chained methods.