Hi
You can also use match function.
match( stringValue, matchString)
in match string you can provide valid regex (regular expression).
this will return value as true or false.
Regards
Anshul
Hi
You can also use match function.
match( stringValue, matchString)
in match string you can provide valid regex (regular expression).
this will return value as true or false.
Regards
Anshul