Ft.Xml.Xslt.Exslt.RegularExpressions

Modules

Conversions  boolean  re   

Functions

Match(context, source, pattern, flags='')
Replace(context, source, pattern, flags, repl)
Test(context, source, pattern, flags='')

Data

EXSL_REGEXP_NS = 'http://exslt.org/regular-expressions'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
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'}
__file__ = 'build/lib.linux-ppc-2.2/Ft/Xml/Xslt/Exslt/RegularExpressions.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Xml.Xslt.Exslt.RegularExpressions'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.