striptoalpha(
TEXT
)

The striptoalpha( function removes everything but alphabetic letters from a text item.


Parameters

This function has one parameter:

text – is the item of text that you want to strip.


Description

The striptoalpha( function removes everything but alphabetic letters from a text item. Everything else (numbers, spaces, punctuation, non-English letters, etc.) will be removed from the text.

striptoalpha("Joy's birthday is on 7/12") ☞ Joysbirthdayison

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0