Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-11-24 10:01
Flavor·Python

r"
^.*SEC_LOGIN-\d-LOGIN_\w+: Login (?P<Cisco_SEC_LOGIN_Result>[^\s]+) \[user: (?P<Cisco_SEC_LOGIN_User>[^\s]*)\] \[Source: (?P<Cisco_SEC_LOGIN_SrcIP>[^\]]+)\] .+
"
g
Open regex in editor

Description

no description available

Submitted by jasont91@gmail.com