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.