-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Quick Reference GuideRelates to the misc/quick-reference-guides section of the handbookRelates to the misc/quick-reference-guides section of the handbookgood first issue
Description
Explain:
- Regular Expressions is a mini language
- Used to match data that follows a pattern
- Uses symbols to represent data
- Is complex and a deep subject
- The use of simple regular expressions can go a long way
- Give simple examples in:
- C#
- JavaScript
- Show helpful sites like: https://rubular.com/ - even though is Ruby regexp, can be helpful to understand/test regexp.
- http://javascripular.com/ similar but for JS
Metadata
Metadata
Assignees
Labels
Quick Reference GuideRelates to the misc/quick-reference-guides section of the handbookRelates to the misc/quick-reference-guides section of the handbookgood first issue