regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Mac-address filtering
Published on Tue Mar 01 2022
Trying to capture a mac-address structure
Regex
Test String
00-22-64-a6-c4-20
Additional matching regexes for
Mac-address filtering
Mac-address filtering
Trying to capture a mac-address structure
grub options matching
Trying to match grub options in capture groups, some of which are known
ipv4 IP addressses, capturing private ranges
Capture 0.0.0.0-255.255.255.255 IP address octets. Capture private ranges, such as '169.254.*' and '10.*'
Year regexp
regexp for year filtering
Extract group of key from hash structure string
Extract group of key from hash structure string
lsblk-output-regex
Trying to adapt this regex to support LVM.
SML Structure
This i suggest match the sml structure. Use it wisely, I made it just for fun!
HP OO Shell OPeration
I am trying to capture from HP OO SSH shell operation, basicall it will run the commands what we send from HP OO and this operation expects return output to send next command. I am trying to send command gtacl and next command is LOGON username, OO expects to match string to send another command, the expected output is TACL 1> and i trying to use regex as ^TACL\s\d>, it is working in regex site but it is falling in OO tool, can you please suggest some thing.
Non-parentheses characters, but allow escaped parentheses.
Trying to discover how to select all ranges except non-escaped parentheses.
IP Address validator
Validates IPv4 IP Address