RegexHelper
Regex helper
public static
string
|
#
set_subregex_multiplicity( string $sub_regex, integer $multiplicity_option )
Returns the sub-regex with its multiplicity option |
integer |
REGEX_MULTIPLICITY_NOT_USED
|
#
0x01
|
integer |
REGEX_MULTIPLICITY_OPTIONNAL
|
#
0x02
|
integer |
REGEX_MULTIPLICITY_REQUIRED
|
#
0x03
|
integer |
REGEX_MULTIPLICITY_AT_LEAST_ONE
|
#
0x04
|
integer |
REGEX_MULTIPLICITY_ALL
|
#
0x05
|