Hi,
How do I use a double quote in a regex expression as the expression needs to be within double quotes for the Replace activity to work. I am trying to implement the following expression (as a string) in the Pattern section:
ā\n(?!"(?=[0-9]))ā
Thanks
Can you try the following?
"\n(?!""(?=[0-9]))"
Regards,
Can you send a sample text ? @TSGee
@TSGee - whats your input string to match with regex? can you share few examples?