hi. not sure if this is the right place for sql/plql questions, but . . .
can anyone tell me why I cant get regexp_like(email_subject, '((Policy)|(Client))([[:graph:]]*)[[:digit:]]+', 'i') to match => 'Client Test 1234'
without the test word in the middle, i can get it to match, by leaving out the [[:graph:]] bit, but i need to cater for there being random text in the middle...
argh, was print i needed, not graph
sorted =)