Boolean output for pattern matching

can we get the Boolean value for regex , if we get the output True else False ?

Hi,

How about isMatch activity?
This returns boolean as the following.

img20210517-4

Regards,

can we write LINQ query for this ?

Hi,

Do you want to use regex which returns boolean in LINQ expression? If so, System.Text.RegularExpressions.Regex.IsMatch will work.

Regards,