Hi to All.
I want to replace some character (in this case & / . , :
-) if they
arent between two word.
I recognise the string "aaa&aaa" and the
string "aaaaa&" but not the
string "&aaaaa".
How I must modify this regexp
(?<!\w)?[&/.,:-](?!\w)
thanks
--
Andrea
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Regex" group.
To post to this group, send email to regex googlegroups.com
To unsubscribe from this group, send email to
regex-unsubscribe googlegroups.com
For more options, visit this group at http://groups.go
ogle.com/group/regex
-~----------~----~----~----~------~----~------~--~---
|