Skip to content

Configuration

hammertater edited this page Aug 5, 2023 · 3 revisions

Under construction.

Jave-style regex specification is at https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html

You can test regexes online using websites like https://regex101.com/r/FHIYM3/1, making sure the "Java 8" flavor is selected.

Clone this wiki locally