1Regex(3kaya) Kaya module reference Regex(3kaya)
2
3
4
6 Regex - Regular expressions
7
9 This module provides functions to interface to libpcre (perl-compatible
10 regular expressions) for constructing and matching with regular expres‐
11 sions.
12
13 Regular expression support is provided by the PCRE library package,
14 which is open source software, written by Philip Hazel, and copy‐
15 right
16 by the University of Cambridge, England.
17
18 The pcrepattern or perlre manual pages explain the regular expression
19 syntax in detail.
20
22 Regex.Match (3kaya)
23 Regex.REFlags (3kaya)
24 Regex.Regex (3kaya)
25 Regex.ReplaceFlags (3kaya)
27 Regex.NoUTF8Support (3kaya)
28 Regex.RegexCompilationFailed (3kaya)
30 Regex.compile (3kaya)
31 Regex.count (3kaya)
32 Regex.grep (3kaya)
33 Regex.match (3kaya)
34 Regex.matchOnly (3kaya)
35 Regex.quickMatch (3kaya)
36 Regex.quickMatch_1 (3kaya)
37 Regex.replace (3kaya)
38 Regex.replace_1 (3kaya)
39 Regex.replaced (3kaya)
40 Regex.replaced_1 (3kaya)
41 Regex.split (3kaya)
42 Regex.split_1 (3kaya)
44 Kaya standard library by Edwin Brady, Chris Morris and others
45 (kaya@kayalang.org). For further information see http://kayalang.org/
47 The Kaya standard library is free software; you can redistribute it
48 and/or modify it under the terms of the GNU Lesser General Public
49 License (version 2.1 or any later version) as published by the Free
50 Software Foundation.
51
52
53
54Kaya December 2010 Regex(3kaya)