sven Posted August 12, 2004 Posted August 12, 2004 im having a problem, it seems that when i do a preg replace for ".", it changes all the letters in the string, anyone know of a way to change the period to a sertain text without this problem?thanks, any code will work
RoVeRT Posted August 13, 2004 Posted August 13, 2004 simply add a \ before the . so it looks like "\." . equals any character so it needs to be escaped
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now