Skip to content

Commit 8f4bdc7

Browse files
committed
chore(reference): add detect regular expression method and regex visualize method source
1 parent bfa0eb8 commit 8f4bdc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
Aim to visualize regex to easy understand complex regex
99

10+
The regular visualization method comes from this [project](https://gitlab.com/javallone/regexper-static)
11+
12+
The regularity used to detect regular expressions comes from this [project](https://github.com/chrmarti/vscode-regex/blob/41062efe8aa5113e8902742ae270e090a3de5c5e/src/extension.ts#L14)
13+
14+
1015
## License
1116

1217
[MIT](./LICENSE) License © 2022

0 commit comments

Comments
 (0)