$remove already targets the string as it is when it reaches the nex parameter
$remove(abed,abe,ed)
Would leave Null when you target the input string alone but it returns d because "abe" was removed and ed wasn't found anymore.
$removex() should target the input string alone (like $replacex does) and shouldnt be complicated with N parameters IMO because then $remove and $removex wouldn't work in the same matter as $replace and $replacex .
Maybe $removeps() would be a good name ? and $removepsex() smile ps meaning position sensitive.

Ps: explanation not targeted at anyone in this thread wink

EDIT: Just realised $removepsex() would be subject to jokes and laughter :tongue:

Last edited by Mpdreamz; 17/10/06 10:02 AM.

$maybe