Help with RegEx Not workingg

Hello Everyone, I don’t know where I’m wrong here because I already used this on a different scenario but I just changed the names.

Here’s my RegEx
From: (?<from>[\w\W]+?)\s+Client: (?<client>[\w\W]+?)\s+Title: (?<title>[\w\W]+?)\s+Request: (?<request>[\w\W]+?)\sLead: (?<lead>[\w\W]+?)\sAttachment:

Here’s my sample text
From: Jun
Client: 10003 - Connect Consulting
Title: Test
Request : testinggg thiss form thingyy
Lead: Jun
Attachment:

Here’s a link where I tested my RegEx and it says it’s right.
https://regex101.com/r/SXIHEQ/1

so sorry, I just found it. There was an extra space after “Request”. hahaha thank you so much!

2 Likes

Heya @Multiply_Advisors, awesome to hear that you figured this out! :clap:

Thanks a lot for jumping back into the thread and letting us know what did the trick for you. This is super helpful for anyone facing a similar situation in the future. :folded_hands: