Regex: Difference between revisions
From DWIKI
No edit summary |
m (Match IP address) |
||
Line 15: | Line 15: | ||
==pcre== | ==pcre== | ||
*[http://www.pcre.org/ pcre] | *[http://www.pcre.org/ pcre] | ||
=FAQ= | |||
==Match IP address== | |||
'\d{1,3}[-x.]\d{1,3}[-x.]\d{1,3}' |
Revision as of 11:53, 6 May 2022
Regular expressions
Links
- Regex reference
- http://gnosis.cx/publish/programming/regular_expressions.html
- http://www.zytrax.com/tech/web/regex.htm
- http://www.regular-expressions.info
- https://regex101.com/
Tools
- txt2regex
ZZ
pcre
FAQ
Match IP address
'\d{1,3}[-x.]\d{1,3}[-x.]\d{1,3}'