Character hexadecimal value - Regular Expression
663318Sep 30 2009 — edited Sep 30 2009Hi,
How can i define the hex value of any character in a regular expression ?
Sample :
I'd like to change # with his hex value in the following code
select *
from my_table
where regexp_like(field_1, '#+')
Stephan