Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Reference Guide: Regular Expressions #103

Open
gstark opened this issue Oct 19, 2020 · 0 comments
Open

Quick Reference Guide: Regular Expressions #103

gstark opened this issue Oct 19, 2020 · 0 comments
Labels
good first issue Quick Reference Guide Relates to the misc/quick-reference-guides section of the handbook

Comments

@gstark
Copy link
Contributor

gstark commented Oct 19, 2020

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.
@gstark gstark added Quick Reference Guide Relates to the misc/quick-reference-guides section of the handbook good first issue labels Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Quick Reference Guide Relates to the misc/quick-reference-guides section of the handbook
Projects
None yet
Development

No branches or pull requests

1 participant