This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

removing characters from a string

Old posts that have not been replied to for several years.
Locked
s
simonbell
Halfop
Posts: 68
Joined: Mon Aug 05, 2002 8:07 pm
Location: Washington, England
Contact:

removing characters from a string

Post by simonbell »

Hi

how would i remove specific characters from a string.

If the string contained:
:@#arse @#bob #MillsNet
and i wanted to remove all :'s and @'s from the string for example.

thanks
Simon
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

regsub? string map? split/join?
Locked