Regular Expressions 101

Community Patterns

10

UUID

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 9 years ago
10

entity

Python
no description available
Submitted by anonymous - 8 years ago

non capturing (a|b|c)가 그룹으로 지정되지 않게 함.

0

Regular Expression
Python

r"
\[[0-9]{4}-[0-9]{2}-[0-9]{2}\](\[(?:debug|warning|error)\]).*
"
gm

Description

Loading markdown...
Submitted by anonymous - 10 months ago