Published: 2/19/2026 Remove Domain from a string How to remove a domain from a string Exampleinitcap( replace (regexp_substr( :APP_USER, '[^@]*') , '.', ' ') )