This commit is contained in:
jzmaddock
2013-12-14 17:42:13 +00:00
parent 7c7f38b009
commit e5bbcac3da
102 changed files with 214 additions and 187 deletions

View File

@ -135,7 +135,7 @@ that we have already seen, the [match_results] class has a `format` member that
takes the result of a match and a format string, and produces a new string
by merging the two.
For iterating through all occurences of an expression within a text,
For iterating through all occurrences of an expression within a text,
there are two iterator types: [regex_iterator] will enumerate over the
[match_results] objects found, while [regex_token_iterator] will enumerate
a series of strings (similar to perl style split operations).