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

