Skip to content

Regular expressions

Stefan edited this page Aug 11, 2018 · 1 revision

Internet / Network

Description Regular expression Example
E-Mail [-a-z_0-9.+]+@[-a-z_0-9.]+ user@domain
URL ((ftp|http|https)://|news:)[^ >)"\t]+" http://www.domain.tld

Markdown

Description Regular expression Example
h1 ^===+$" =========
h2 ^---+$" ---------
Clone this wiki locally