Hello,
I'm looking to extract the first 3 letters in the word that follows the first occurence of a space. Here are some examples:
Budgeting
Building Relationships
Changing the Language
Holding People Accountable
For "Budgeting" it's fine to return nothing.
For Changing the Langauge I would want to return Lan…so maybe I'm actually looking to return the first 3 letters after the second capital letter?
Thanks in advance.
Hannah