I need to check for the digits that are separated by a . or : or /
I tried this :
select 'test text 30.3 " REGEXP '\d+[:./]\d+'
but that returned a 0
I tried it in regex test online and it seems to be working fine and matches the '30.3'. Not sure why it's not working in mysql