Regex.kl

Types

Regex (object)

The Regex object wraps the boost::regex library. It provides basic access to functionality such as search, match and replace.

http://www.boost.org/doc/libs/1_55_0/libs/regex/doc/html/index.html

Members

Data handle  

Methods

  Regex ( in Regex other )
  Regex ( in String format )
  Regex ()
Regex clone ? ()
String[] match ? ( in String s )
String replace ? ( in String s, in String r )
String[] search ? ( in String s )
Boolean set ! ( in String e )