yes but that will match (‘) in a string, not (‘). note that those are not 3 seperate hexs, they are ONE hex
i want this basicly but (left quote marked as hex)
jazz090 wrote:yes but that will match (‘) in a string, not (‘). note that those are not 3 seperate hexs, they are ONE hex
i want this basicly but (left quote marked as hex)
You may want to try and add the unicode flag after your regex: '/.../u'
Anyway, the quotes all look the same in my browser, but I guess you're still hacking your way through this SQL escaping stuff: can't help you there.