Please enable JavaScript.
Coggle requires JavaScript to display documents.
((Mr?s) there's the optionality to factor in both identifiers, then…
(Mr?s) there's the optionality to factor in both identifiers, then the parentheses caputre whatever substring is matched by the pattern
-
a-z or A-Z: RegEx looks for the exact set of characters you specify, lowercase or uppercase
-
-
-
-
-
-
-
-
-
- zero or more repitions, where + means one or more repititons
{m,n}- the pattern preceding the curly brackets should repeat "m" to "n" times
-
Regular expressions- language to find, replace and extract content from text
-