Pattern

Undocumented in source.

Members

Functions

match
string[] match(string str)

Matches a string according to the specified pattern @param str Target string @return If it returns null, that represents matching failure, else it returns an array contains all strings are matched.

Static functions

compile
Pattern compile(string pattern, string wildcard)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta