SELECT *
FROM all_source
WHERE REGEXP_LIKE(text, '(^|\W)Your Text Here($|\W)', 'i')
AND owner = 'LLV3';