You are viewing limited content. For full access, please sign in.

Question

Question

how can i get the last letter of a full name with regular expressions?

asked on September 15, 2014

example:  ontiveros, armando p with workflow i am trying to save a document based off of first letter of last name (o), last name (ontiveros), first name (armando) and middle initial if any (p).  what would be the regular expression for middle initial?

 

0 0

Answer

SELECTED ANSWER
replied on September 15, 2014

I believe \S$ will do it.

1 0
replied on September 15, 2014

that worked!  thank you

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.