I have data in the following format that I would like to truncate to the following:
'12. Departure' becomes 'Departure'
' a. Takeoff' becomes 'Takeoff'
etc.
Basically, I want the new data to start with the character that follows the full-stop and space.
Thank you!
Bookmarks