I am trying to format some French strings, and am having trouble with strings containing d". For example, if the input string is d"alice I need to change it to alice.
I found a statement that I thought would change find the d" and replace it with nothing, but it does not seem to work as I expected
$myString =~ s/"d\""/" "/g;Can anybody point me in the right direction?
In reply to Regex Remove String with Quotations by nmdahl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |