Regex::ReplaceFlags
Constructors
- Global()
Usage
Options to use when replacing strings using regular expressions. Currently only one flag exists, Global, which causes the matched string to be replaced everywhere it appears rather than just the first occurence.