Regular Expressions 101

Community Patterns

Match things between quotes in Bluecoat log file

1

Regular Expression
Python

r"
CAT:"((?:[^\"]+|\\.)*)"
"

Description

Mostly for matching things that match bluecoat category.

Submitted by Thomas - 8 years ago