isMatch Regex

I have data where it may change. the change may be in a number of space number of lines number of char may include any special char. Whatever may change my regex ismatch should give me true. How could I achieve this? I have attached a Sample data below
REGEX

Hi @soumi_soumiya

Use

\w*

Thanks
Ashwin S

1 Like

Thanks for your reply…
I am getting only false i am not getting true

Hi @soumi_soumiya,

Can you provide two sample strings and tell us what you are going to match.

Thanks!

1 Like

May I know what string you would like check whether it’s there in the above string or not
Only then we can come up with a IsMatch expression buddy
Cheers @soumi_soumiya

1 Like

Thanks for your reply…
I need to check the format. I need to write regex for each line

1 Like

Great
Can I have an example if possible
Cheers @soumi_soumiya

1 Like