4Suite
™
API Documentation
►
Module
Ft
.
Xml
.
Xslt
.
Exslt
.RegularExpressions
Functions:
Match
,
Replace
,
Test
Fields:
EXSL_REGEXP_NS
,
ExtElements
,
ExtFunctions
,
ExtNamespaces
Functions
Match
(
context
,
source
,
pattern
,
flags
=''
)
Replace
(
context
,
source
,
pattern
,
flags
,
repl
)
Test
(
context
,
source
,
pattern
,
flags
=''
)
Fields
EXSL_REGEXP_NS
= 'http://exslt.org/regular-expressions'
ExtElements
= {}
ExtFunctions
= {('http://exslt.org/regular-expressions', 'match'): <function Match>, ('http://exslt.org/regular-expressions', 'replace'): <function Replace>, ('http://exslt.org/regular-expressions', 'test'): <function Test>}
ExtNamespaces
= {'http://exslt.org/regular-expressions': 'regexp'}