Programming Tips and Tricks
My Tips and Tricks for C#, C, C++, MatLAB, Java, LaTeX, Python and more!
Pages
Home
Learn One Thing A Day
Sunday, December 15, 2019
ORACLE: Remove Whitespaces from a string
To remove whitespaces from a string use a regex:
REGEXP_REPLACE(text,'(^[[:space:]]*|[[:space:]]*$)')
Source:
https://stackoverflow.com/
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)