Actualités

^PATTERN mark beginning of line PATTERN$ mark end of line [PATTERN] set of acceptable characters, ex: `[a-z0-9]` to including all lowercase letters and numbers 0 through 9 PATTERN{X,Y} min of X, max ...