Examples

Expression

Description

[0-9]+

Pattern where a number is repeated more than once

(foo)|(bar)

'foo' or 'bar'

\.html$

Character string ending with '.html'

^\.

Character string starting with '.'