rockhard Less Is More Apr 24, 2008 1,049 13 0 May 20, 2010 #1 How do I preg_replace this: [1] in a string like this: blah [1] blah ? I'm having problem with the brackets [ ].
How do I preg_replace this: [1] in a string like this: blah [1] blah ? I'm having problem with the brackets [ ].
rockhard Less Is More Apr 24, 2008 1,049 13 0 May 20, 2010 #2 Found out you had to escape them with a backslash like this: \[1\] I was trying to escape them with a frontslash the whole time
Found out you had to escape them with a backslash like this: \[1\] I was trying to escape them with a frontslash the whole time