Regex not working for Security Hash

Hello the regex expression works on regex101, but when I copied it to the expression in studio, I got no match thrown. would someone please help?

thanks so much in advance.



Hi,

It might be line break matter. Can you try to modify \s for linebreak to \s+ or \r?\n as the following?

Client ID: (\w+)\s+Client Name: (\w+\s\w+)\s+Client Country: (.+)

Regards,

OMG @Yoichi you are a genius!! it works like a charm now, I can finally submit this assignment after spending two days trying to figure it out!! thanks a ton!!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.