I need some text matched and replaced . However I could not find a real help file...
This is the Regex I have
Find Matches:
(?m.*Lottery)(.*PM)\s+(1st.*Prize.*\/\-)(\s+)(\d+)\s+(2nd.*Prize.*)((\n[0-9]+.*){20})\s+)
Replace with
$1\nTime:$2\n\n$3\n$5\n\n$6$7\n--------------------------------\n
I can do the first part...that is matching.. but does not have a clue how to replace..
Kindly help
Thanks
This is the Regex I have
Find Matches:
(?m.*Lottery)(.*PM)\s+(1st.*Prize.*\/\-)(\s+)(\d+)\s+(2nd.*Prize.*)((\n[0-9]+.*){20})\s+)
Replace with
$1\nTime:$2\n\n$3\n$5\n\n$6$7\n--------------------------------\n
I can do the first part...that is matching.. but does not have a clue how to replace..
Kindly help
Thanks