cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

Add more string constant functions

JMP already has Get Punctuation Characters() and Get Whitespace Characters(), but it is missing couple of functions to get characters, for example letters and digits. 

 

Python's string library does provide these constants, which would be useful to have also in JMP:

  • string.ascii_letters
  • string.ascii_lowercase
  • string.ascii_uppercase
  • string.digits
  • string.printable

In addition to that, it might be helpful to make the functions work in such a manner, that user could pass optional argument, which would let the function to return list instead of string. Of course user can do this fairly easily (if they know how) by using Words().