1Regex.Regex(3kaya) Kaya module reference Regex.Regex(3kaya)
2
3
4
6 Regex::Regex - Compiled regular expression
7
9 Regex::Regex< >
10
11
12 = Regex()
13
15 This data type represents a compiled regular expression. It is signifi‐
16 cantly more efficient to use Regex.compile (3kaya) to compile a regular
17 expression once, and then to pass it to functions as needed.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 Regex.Regex(3kaya)