In my pl/sql script Oracle treats the letter ‘e’ as upper case when searching by the [:upper:] Character Class Syntax.
i.e.
REGEXP_LIKE('e', '[:upper:]')
REGEXP_LIKE('e', '[:lower:]')
Related Oracle docs can be found here:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The character classes seem to work when you surround them with brackets
[]as in :When you use single brackets Oracle treats them as a list of characters, i-e the following works because
uis contained in the string:upper::