How to extract first letter of 2nd word? ie.: I need to get the 'S' from 'John Smith'

Title pretty much says it all :slight_smile:

Thanks in advance

Set the second word to β€œ:truncate to 1”

2 Likes

thanks for the quick reply :slight_smile: I forgot to add these two words are part of a single string. So how could I β€˜grab’ the second word?

You can achieve this with regex,

2 Likes

Fantastic! Thanks @cmarchan @Appkit

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.