Get the First Letter in a Word

Yeah! After some research finally I found how to do this on Airtable! :partying_face:

This is the Regex Code :

REGEX_EXTRACT(Name, "\\b[a-zA-Z]")

image

And the result :

image

And also thanks Darren because your code also works on Glide Too!

Code :

^(\w)

image

Result :

image

Thanks again Darren for your fast reply and help! Really Appreciated!

Glide Rock :sunglasses:

Thank you

2 Likes