1Regex.Match(3kaya) Kaya module reference Regex.Match(3kaya)
2
3
4
6 Regex::Match - Match object.
7
9 Regex::Match< >
10
11
12 = matches([String] matches,String before,String after)
13
14
15 | noMatch()
16
18 A match operation returns matches if a match is found. The matches
19 field is an array of sub matches, where matches[0] is the entire
20 matched string. before and after are the strings before and after the
21 matched string.
22
24 Kaya standard library by Edwin Brady, Chris Morris and others
25 (kaya@kayalang.org). For further information see http://kayalang.org/
26
28 The Kaya standard library is free software; you can redistribute it
29 and/or modify it under the terms of the GNU Lesser General Public
30 License (version 2.1 or any later version) as published by the Free
31 Software Foundation.
32
34 Regex.match (3kaya)
35
36
37
38Kaya December 2010 Regex.Match(3kaya)