Summary
- File
- Package hierarchy Helper
- Class hierarchy \RegexHelper
Regex helper
Regex helper
set_subregex_multiplicity(string $sub_regex, $multiplicity_option) : string
Returns the sub-regex with its multiplicity option
string | $sub_regex | the sub-regex on which add the multiplicity |
$multiplicity_option |
the subregex with its multiplicity option
None found |
REGEX_MULTIPLICITY_NOT_USED = 1
None found |
REGEX_MULTIPLICITY_OPTIONNAL = 2
None found |
REGEX_MULTIPLICITY_REQUIRED = 3
None found |
REGEX_MULTIPLICITY_AT_LEAST_ONE = 4
None found |
REGEX_MULTIPLICITY_ALL = 5
None found |