Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
(^[A-Za-z])|(\s)([A-Za-z])
|
Description |
This expression will return the first letter of each word in a string. Best used if you need to get initials from a name.
"James Kramer" = "J K" & "Sir Richard Branson" = "S R B" & "33 yoYo 654 ma" = "y m"
|
Matches |
James Kramer | Sir Richard Branson | 33 yoYo 654 ma
|
Non-Matches |
33 66 4ju
|
Author |
Rating:
J D
|
Displaying page
of
pages;
Items to