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.
Old posts that have not been replied to for several years.
-
simonbell
- Halfop
- Posts: 68
- Joined: Mon Aug 05, 2002 8:07 pm
- Location: Washington, England
-
Contact:
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
-
stdragon
- Owner
- Posts: 959
- Joined: Sun Sep 23, 2001 8:00 pm
-
Contact:
Post
by stdragon »
regsub? string map? split/join?