-
Notifications
You must be signed in to change notification settings - Fork 77
Labels
Description
Practical Examples of Regex Utility for Cairo Developers
📘 Description
Create a comprehensive collection of practical examples demonstrating the use of our implemented Regex Utility. These examples should showcase real-world use cases and practical applications of each method available in the library.
✅ Acceptance Criteria
- Create an
utility_examples/regex_utility
folder inside scripts folder and there create a scarb project as the other scripts to add examples. - Include examples for each Regex Utility method.
- Include detailed documentation for each example.
- Ensure all examples are executable and have tests.
🌎 References
https://book.cairo-lang.org/
You can see this PR as an example: #196
📜 Additional Notes
- ⚠ Read our guidelines before applying.