Regex to Match HTTP Response Code

Preface

Some nice regex to filter HTTP response. You can use this to filter logs, create graphs, etc.

Regex

HTTP Response CodeRegex
2xx2\d{2}
3xx3\d{2}
4xx4\d{2}
5xx5\d{2}