Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3eb145b

Browse files
committedJun 21, 2024
Add "General Information About Regex" section to README
1 parent 8ce0327 commit 3eb145b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ For more details, you can visit this amazing [ZK Regex Tools](https://zkregex.co
184184

185185
- Since the project is inspired by the ZK Regex **Circom** Circuit Generator, visit this [Visual Circuit Generator](https://tool.zkregex.com/) for a similar experience in understanding how the compiler in o1js functions.
186186

187+
## General Information About Regex
188+
189+
For general information about regex, including syntax support, examples, and usage in programming languages, please visit this [link](https://www3.ntu.edu.sg/home/ehchua/programming/howto/Regexe.html#zz-2).
190+
187191
## Acknowledgment
188192

189193
- A huge thanks to the [zkemail](https://github.com/zkemail) team for their magnificent work on the original [zk-regex](https://github.com/zkemail/zk-regex), which inspired and aided in the development of this project. Their reference materials and documentation were invaluable in understanding the technical intricacies.

0 commit comments

Comments
 (0)
Failed to load comments.