1Regex.ReplaceFlags(3kaya) Kaya module reference Regex.ReplaceFlags(3kaya)
2
3
4
6 Regex::ReplaceFlags - Replacement options
7
9 Regex::ReplaceFlags< >
10
11
12 = Global()
13
15 Options to use when replacing strings using regular expressions. Cur‐
16 rently only one flag exists, Global , which causes the matched string
17 to be replaced everywhere it appears rather than just the first
18 occurence.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
30
31
32Kaya December 2010 Regex.ReplaceFlags(3kaya)