Jump to content

Recommended Posts

Posted

Can anyone help me return only the state from the following using the REGEXP_SUBSTR function in oracle?

Data:

NEWTON FALLS OHIO 44444-9416

CAPE CORAL FL 33914-6428

This is what I have:

SELECT REGEXP_SUBSTR('CAPE CORAL FL 33914-6428',
'+ [^-]+ ')
FROM DUAL;
Posted (edited)

hmm, no idea how Oracle works. You do know this is an AutoIT forum right?

If you were using AutoIT, this expression would work:

\s(\w+)\s\d

Edited by ascendant

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...