Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's slow. It can't be indexed. The regexp has to be MYSQL formatted, not PHP formatted, which makes it subject to massive user error (e.g. your regex above would not work; MYSQL doesn't need delimiters and you need to double backslash). Would entirely break B/C (the current usage would not work 1:1 if it was changed to regex). There's many more reason why it's not using REGEX to do the matching.What prevents you from using a regex comparisson in MySQL instead of a direct string comparisson?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.