cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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().