JMP 14.2 Online Documentation (English)
Discovering JMP
Using JMP
Basic Analysis
Essential Graphing
Profilers
Design of Experiments Guide
Fitting Linear Models
Predictive and Specialized Modeling
Multivariate Methods
Quality and Process Methods
Reliability and Survival Methods
Consumer Research
Scripting Guide
JSL Syntax Reference
JMP iPad Help
JMP Interactive HTML
Capabilities Index
JMP 13.2 Online Documentation
Scripting Guide
•
Scripting Tools
•
Using the Script Editor
• Find and Replace
For the latest version of JMP Help, visit
JMP.com/help
.
Previous
•
Next
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 the
Using JMP
book for details about the Search options.
Previous
•
Next
Help created on 3/19/2020