Jump to content

removing part of a sting


Recommended Posts

probably realy simple but i cant find the solution muttley

the first 2 words are allways the same (it retrieves the string from a textfile) and those need to be removed

i tried to find a solution to this numerous times but never found it :)

any help is apreciated :(

Link to comment
Share on other sites

look at StringReplace and or StringTrim..

one way:

$string = StringReplace($string,"two words","")

edit:removed unnecessary quoted text.

Edited by flyingboz

Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...