Regex Search with delimiters in and Mysql -


I am trying to convert a regex which works fine in MySQL in PHP, forward to see MySQL negative I do not allow (?!) So I need a solution or solution

My DB column data is a string like this:

Title: Book Title # Note: Book Details # $ 10.57

I can use regex in PHP

(^ | ¬ # ¬) Title : (((?!? ¬ · ¬.).) * Book ((?! # ¬).) *)

But in mySQL I am struggling to have any advice or suggestions

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -