mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-10-31 18:52:34 +00:00
feat: Add the most important regex playgrounds (#6227)
* feat(playground): Add regex section * feat(playgrounds): Add regex101.com by Firas Dib * feat(playgrounds): Add regexr.com by GSkinner * feat(playgrounds): Add regextester.com @ Dan Tools * feat(playgrounds); Add iHateRegex.io by GeonGeorge
This commit is contained in:
parent
aee30b1ee6
commit
9c370e8d40
@ -30,6 +30,7 @@
|
|||||||
* [R](#r)
|
* [R](#r)
|
||||||
* [React](#react)
|
* [React](#react)
|
||||||
* [Redis](#redis)
|
* [Redis](#redis)
|
||||||
|
* [Regular Expressions](#regular-expressions)
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
* [Rust](#rust)
|
* [Rust](#rust)
|
||||||
* [RxJS](#rxjs)
|
* [RxJS](#rxjs)
|
||||||
@ -230,6 +231,14 @@
|
|||||||
* [Try Redis](https://try.redis.io)
|
* [Try Redis](https://try.redis.io)
|
||||||
|
|
||||||
|
|
||||||
|
### Regular Expressions
|
||||||
|
|
||||||
|
* [iHateRegex: regex for playground](https://ihateregex.io/playground) - Geon George
|
||||||
|
* [Regex Tester and Debugger Online - Javascript, PCRE, PHP](https://www.regextester.com) - Dan's Tools
|
||||||
|
* [Regex101: build, test, and debug regex](https://regex101.com) - Firas Dib (regex101.com)
|
||||||
|
* [RegExr: Learn, Build, \& Test RegEx](https://regexr.com) - GSkinner Inc.
|
||||||
|
|
||||||
|
|
||||||
### Ruby
|
### Ruby
|
||||||
|
|
||||||
* [Codepad](http://codepad.org)
|
* [Codepad](http://codepad.org)
|
||||||
|
Loading…
Reference in New Issue
Block a user