For the latest version of JMP Help, visit JMP.com/help.


Publication date: 04/30/2021

Find and Replace

Many find and replace options are available in the script editor, including the support of regular expressions. For example, searching with the following regular expression:

get.*name

returns messages such as “Get Button Name”, and “GetFontName”

Basic regular expressions such as ^ and $ (which match the start of line and end of line) and \n (which matches a carriage return) are also supported.

See Find Window Options in Using JMP for more information about the Search options.

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).