Get Total Number of Sub-match for Partial
If a regular expression Partial match search results in submatches per capture group, the total number of submatches is returned as a numerical value.
If there is no submatch, it returns a value of zero.
The storage areas for submatches of Exact Match and Partial Match are different, and even after executing Exact Match and Partial Match, the stored contents of submatches obtained in each search do not affect each other at all.
Parameter
ExNumRgxSrchSub( "ASTER" )