Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 946 Bytes

conclusion.md

File metadata and controls

26 lines (21 loc) · 946 Bytes
layout title nav_order
default
Conclusion & Additional Resources
5

Congratulations

Congratulations! You've just finished the Introduction to Pattern Matching with Regular Expressions workshop.

You should now be able to:

  • Create complex search queries using quantifiers, repetition, alternation, capture groups, anchors, boundaries, and lookarounds.
  • Capture data in text with capture groups.
  • Verify text input.

Additional Resources