Rechercher une page de manuel
Regex.3kaya
Langue: en
Version: May 2010 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
Regex - Regular expressionsDESCRIPTION
This module provides functions to interface to libpcre (perl-compatible regular expressions) for constructing and matching with regular expressions.
Regular expression support is provided by the PCRE library package,
which is open source software, written by Philip Hazel, and copyright
by the University of Cambridge, England.
The pcrepattern or perlre manual pages explain the regular expression syntax in detail.
DATA TYPES
Regex.Match(3kaya)
Regex.REFlags(3kaya)
Regex.Regex(3kaya)
Regex.ReplaceFlags(3kaya)
EXCEPTIONS
Regex.NoUTF8Support(3kaya)
Regex.RegexCompilationFailed(3kaya)
FUNCTIONS
Regex.compile(3kaya)
Regex.count(3kaya)
Regex.grep(3kaya)
Regex.match(3kaya)
Regex.matchOnly(3kaya)
Regex.quickMatch(3kaya)
Regex.quickMatch_1(3kaya)
Regex.replace(3kaya)
Regex.replace_1(3kaya)
Regex.replaced(3kaya)
Regex.replaced_1(3kaya)
Regex.split(3kaya)
Regex.split_1(3kaya)
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre