regexmatch.dev
Explore

Save & Share

Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit

DNS SOA

Published on Tue Mar 01 2022

oneliner SOA record matching regexp. like "ns1.domain.com.ge. mail.ns1.domain.com.ge. (2014061613 3600 600 604800 1800 )" without @ IN SOA in begging, usefull when implementing something like DNS GUI.

ns1.domain.com.net.xxx.any.tld. mail.ns1.any.com.ge. (2014061613 3600 600 604800 1800 )

Additional matching regexes for
DNS SOA

DNS SOA

oneliner SOA record matching regexp. like "ns1.domain.com.ge. mail.ns1.domain.com.ge. (2014061613 3600 600 604800 1800 )" without @ IN SOA in begging, usefull when implementing something like DNS GUI.

DNS and lenght

Ideal for filter Domain with or without subdomain, and length less than 256.

Regex Record SSH

Regex Record for Data from SSH scripting

regex to get N words from a line

usefull if you want to return (N) words instead of (N) chars

french phone number + match right part

Matches french numbers (not special numbers like 115, 18). First matching group contains the right part without prefix (0, +33, 33, 033, or 0033).

regexp for Shahar

regexp for Shahar

kim_emails

Regexp for simple emails

Year regexp

regexp for year filtering

example

group matching

Select all chars before last backslash

For selecting paths without filename