regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
parsing a numeric strings with backslash using regexp
Published on Tue Mar 01 2022
Regex
Test String
slot/daughter_slot/port 3/1/1 regexp for slot only? 3/1/10 regexp for daughter_slot only? 3/1/2 regexp for port only?
Additional matching regexes for
parsing a numeric strings with backslash using regexp
Match quoted strings, ignoring escaped quotes
Matches single or double quoted strings, and ignores backslash-escaped quotes within the string.
Valid email regexp in Go
A regexp to validate an email address according to https://html.spec.whatwg.org/#valid-e-mail-address . Note that the backslash in the name part of the regexp on that site is there to escape the forward slash, which is not needed in Go.
Telegram Markdown Escaping Backslashed asterisks
Telegram Markdown V2's bold (`*`) can be escaped by using `\*`. RegExp to validate it and get the actual contents inside.
match arguments similar to shell, supports quoted string
first group matches quoted strings second group plain text, arguments are separated with a space. example: "this is a \"string\"" thisisnot "another \"string\" with a backslash \"\\"" just replace \" with " after matching.
sad smiley
looks for a sad smiley with a backslash
Validate alphanumeric and numeric range
For Validating alphanumeric and numeric range
Parse Data Fields
Parsing example
LogExpert Regex Columnizer
parsing log file
IRC protocol global parsing
1. prefix (IRC protocol prefix parsing) 2. command 3. parameters (IRC protocol arguments parsing)
csv parsing
csv parsing with content quota string