Concept Framework 2.2 documentation Contents | Index

standard.lib.regex.regex_match

Name Version Deprecated
regex_match version 1.0 no

Prototype:
number regex_match(string string_to_parse, string pattern)

Parameters:
string_to_parse      the subject string
pattern      the pattern

Description:
Regular expression match. Searches string_to_parse for matches to the regular expression given in pattern in a case-sensitive way.

Returns:
Returns non-zero if a match was found, or zero if no match.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications