roxolid.github.io

REGEX - Regular Expressions

Tutorial

Incl. Unicode classes.

https://www.regular-expressions.info/tutorial.html

regex_tutorial

unicode_classes

Regex Basics by CodingGame

Nicely written regex basics, for example, the reserved chars are the ones I liked.

https://www.codingame.com/playgrounds/218/regular-expressions-basics/about-regular-expressions-playground

codinggame_regex_basics

HOWTO: Regex summary with examples

https://www3.ntu.edu.sg/home/ehchua/programming/howto/Regexe.html

howto

Java Pattern class (pattern matching)

Nice overview of pattern matching in Java

https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html

Other

How to match with ignore case in Java

https://stackoverflow.com/a/5055036