Scripting Guide > Types of Data > Regular Expressions
发布日期: 04/13/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

需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).