striptonum(
TEXT
)

The striptonum( function removes everything but numeric digits from a text item.


Parameters

This function has one parameter:

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


Description

The striptonum( function removes everything but numeric digits from a text item. Everything else (letters, spaces, punctuation, etc.) will by removed from the text.

striptonum("Joy's birthday is on 7/12") ☞ 712
striptonum("Mike's phone number is (818) 993-5555") ☞ 8189935555

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0