Using Matches function for a crateria to
Fetch record
do has
a bug or not supported
f
or example
- matchedRecords = formName [Single_Line.matches("abc.{4}d")];
abc.
{4}d
is
regular expression
return
variable
matchedRecords
contains all record from in
formName.
it means regular expresstion do not work。
how let regular expression do work in matches function at fetch record task?