Skip to Main Content
Region Refresh Remove the column name from control break

Remove Domain from a string

How to remove a domain from a string

Example

initcap( replace (regexp_substr( :APP_USER, '[^@]*') , '.', ' ') )