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

Scripting Guide > Types of Data > Regular Expressions
Publication date: 09/28/2021

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