Regular Expressions 101

Community Patterns

Match HTTP error code

0

Regular Expression
Python

r"
HTTP\/\d\.\d\s(\d{3})
"
g

Description

no description available

Submitted by anonymous - 9 years ago