Quote:
Originally Posted by DMee
Getting there :-)
I changed formulas to
stripped = re(field('series'), '^(A|The|An)\s+', '');
shortened = shorten(stripped, 8, '-' ,6);
initials = re(stripped, '[\s]?([^\s]{1,3})[^\s]+(\s|$)', '\1');
But summats wrong
|
Actually its not handling and words 3 or less properly - loses last letter??