Skip to content

Commit c923c00

Browse files
author
Jean-Marcel Belmont
committed
Updated gitbook with new online regex tester.
1 parent d30c072 commit c923c00

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/find-and-replace-patterns.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ Here we have 6 Capture Groups:
5555
2. + Quantifier — Matches between one and unlimited times, as many times as possible, giving back as needed (greedy)
5656
3. ^ matches the character ^ literally (case sensitive)
5757

58+
##### Defining Regexes with extendsclass online tool
59+
60+
There is another tool that you can use to test and debug regexes.
61+
62+
[Extends Class Regex Tester](https://extendsclass.com/regex-tester.html)
63+
64+
Here is a screenshot of this tool in action:
65+
66+
![images/extends-class-regex-tester](../images/extends-class-regex-tester.png)
67+
5868
###### Capture Groups
5969

6070
* Parentheses group the regex between them.

images/extends-class-regex-tester.png

760 KB
Loading

0 commit comments

Comments
 (0)