Skip to content

Commit c599146

Browse files
committed
Update README.md
1 parent 850554a commit c599146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python2.7/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ General Goals to make use of Regular Expressions
1616
* Use multiple modifiers for one regex (case insensitive, multiline, etc...)
1717
* Show how to split a string into an array with a regex defined delimiter
1818
* Show how to parse/capture individual peices of a string using regex
19+
* Show how to do a Find-and-Replace using regex
1920

2021
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'"
2122

0 commit comments

Comments
 (0)