prince-mishra / regex-for-regular-folk

๐Ÿ”๐Ÿ’ช Regular Expressions for Regular Folk โ€” A visual, example-based introduction to RegEx

Home Page:https://refrf.shreyasminocha.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node CI

This is an experimental โ€œbookโ€ about regular expressions. It is largely visual and example-based, as opposed to most regex resources I found while I was learning. I also attempted to choose test cases that highlight some common gotchas. I think itโ€™ll be worth your time.

Screenshot from /chapters/escapes

This bookโ€™s intended audience is regex beginners. Some programming experience is assumed. It does not go into advanced regex concepts like engine backtracking and recursive regexesโ€”at least not at the moment.

This is also an open source project, and contributions are welcome.

Read it online.

Contributing

Thanks for taking the initiative to contribute to REFRF! ๐ŸŽ‰

Please check our Contribution Guide for more information.

License

Chapter content (chapters/*) is licensed under CC BY-SA 4.0.

The source code for the website is licensed under the MIT License

About

๐Ÿ”๐Ÿ’ช Regular Expressions for Regular Folk โ€” A visual, example-based introduction to RegEx

https://refrf.shreyasminocha.me


Languages

Language:JavaScript 67.2%Language:CSS 32.8%