Click to See Complete Forum and Search --> : string tokenizer


the_doobs
12-29-2003, 07:22 PM
How do you tokenize a string in javascript? Is it the same as in java? I just want to remove certain characters from any string (usually characters at the end of the string). thanks

fredmv
12-29-2003, 08:29 PM
Originally posted by the_doobs
I just want to remove certain characters from any string (usually characters at the end of the string). thanks Welcome to the forums.

That can be done with simple string manipulation methods. Could you show some example input and ouput that you would want the script to be able to do?