Scripting Guide > Types of Data > Regular Expressions
발행일 : 03/10/2025

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 Function

Regex Match Function

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