1Regex.quickMatch(3kaya) Kaya module reference Regex.quickMatch(3kaya)
2
3
4
6 Regex::quickMatch - Test a String with a compiled regular expression.
7
9 Bool quickMatch( Regex re, String str )
10
12 re A compiled regular expression
13
14 str The String to match
15
17 This function is identical to Regex.quickMatch (3kaya) except that it
18 uses a compiled regular expression.
19
20 str may be a Tainted string
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Regex.Regex (3kaya)
34 Regex.compile (3kaya)
35 Regex.match (3kaya)
36 Regex.quickMatch_1 (3kaya)
37 Builtins.Tainted (3kaya)
38
39
40
41Kaya December 2010 Regex.quickMatch(3kaya)