Remove a character from a given position on Oracle
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2010-05-26T20:23:13Z
Indexed on
2010/05/26
20:31 UTC
Read the original article
Hit count: 123
Is there anyway to remove a character from a given position?
Let's say my word is: PANCAKES And I want to remove the 2nd letter (in this case, 'A'), so i want PNCAKES as my return.
Translate doesnt work for this. Replace doesnt work for this. Regex is damn complicated...
Ideas?
© Stack Overflow or respective owner