Error Messages/40911

Error Message Examples

The regular expression used in SplitText does not contain <<subPattern>> 3.

Cause

The <<subPattern>> number or name passed to the SplitText was not found in the regular expression passed as the <<seperator>> parameter. Please click on the following link to learn more about using regular expression with SplitText.

Example of calling SplitText using regular expressions:

SplitText('17.5 19 1. .5 0.1111', '(\d(?<a>\.)\d)|(?<a>\s+)', re:1, subpattern:'a' )
Result: ['17','5','19','1.','.5','0','1111']

Remedies

Specify either the subpattern number or the subpattern name as the <<subPattern>> parameter to SplitText.



You are not allowed to post comments.

Comments
<comments />