in reply to Need a regex to replace incomplete html entities
I basically want to replace the string &,&#,,& to blank, but it should not replace &This seems to be contradictory: you want to replace &, but don't want to do it.
Please explain.
Update: added code tags because some characters were dropped from & rendering the post difficult to understand.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need a regex to replace incomplete html entities
by Chris Daniel (Novice) on Nov 20, 2016 at 11:16 UTC | |
by Laurent_R (Canon) on Nov 20, 2016 at 12:02 UTC | |
by Chris Daniel (Novice) on Nov 20, 2016 at 14:45 UTC |