This version of the Help is no longer updated. See JMP.com/help for the latest version.

.
Scripting Guide > Types of Data > Regular Expressions
Publication date: 07/30/2020

Regular Expressions

A regular expression is a specification of a pattern frequently used to clean up or extract pieces of data. You can search for a pattern and replace it with a different string or extract specific parts of the string. Define the pattern in the Regex() or Regex Match() function.

Regex

Regex Match

Special Characters in Regular Expressions

Escaped Characters in Regular Expressions

Greedy and Reluctant Regular Expressions

Backreferences and Capturing Groups

Lookaround Assertions

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