Regular Expressions 101

Community Patterns

111

0

Regular Expression
PCRE (PHP <7.3)

/
\] - (?<x_forwarded_for>(?<![0-9])(?:(?:25[0-5]|2[0-4][0-9]|[0-1]?[0-9]{1,2})[.](?:25[0-5]|2[0-4][0-9]|[0-1]?[0-9]{1,2})[.](?:25[0-5]|2[0-4][0-9]|[0-1]?[0-9]{1,2})[.](?:25[0-5]|2[0-4][0-9]|[0-1]?[0-9]{1,2}))(?![0-9])|-)(\s\'(.*)\')
/
gm

Description

no description available

Submitted by anonymous - 5 years ago