macros:regular expression

From RPTools Wiki
Revision as of 06:16, 18 December 2023 by Bubblobill (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Information on regular expressions can be found here: [1] Note that because this is Java, the regular expression are slightly different from regular 'regular expressions'. Here is the java page that explains what the java regular expressions are. [2]

There are many online regex testers to help you work them out: [3]

Note: the newline or (line-break) character is \\\n (three slashes). All the other characters like {space} require two slashes \\s