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
Post a Comment