You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python2.7/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ General Goals to make use of Regular Expressions
16
16
* Use multiple modifiers for one regex (case insensitive, multiline, etc...)
17
17
* Show how to split a string into an array with a regex defined delimiter
18
18
* Show how to parse/capture individual peices of a string using regex
19
+
* Show how to do a Find-and-Replace using regex
19
20
20
21
The goal of this is not to teach how to do regular expressions in general; the goals are to support the implementation of regular expression in the language you choose to use. In other words "I know how regex works, but what is the syntax this language uses for a regex 'split'"
0 commit comments