S
S
sidor_tank2020-02-11 10:45:19
Oracle
sidor_tank, 2020-02-11 10:45:19

How to replace large characters with small characters and small characters with large ones using Regex ORACLE?

How to replace large characters with small characters and small characters with large ones using Regex ORACLE. This must be done for any line.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
idShura, 2020-02-11
@idShura

select translate (str, lower(str) || upper(str),  upper(str) || lower(str)) from dual

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question