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.
In reply to Re: Need a regex to replace incomplete html entities
by Laurent_R
in thread Need a regex to replace incomplete html entities
by Chris Daniel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |