Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-09-12 00:02
Flavor·Python

r"
(?<=\[)(?!:scroll:)(?!\d+)(?P<title>[A-Z][\w\s\,\-\?\:\']+)(?=\])
"
g
Open regex in editor

Description

no description available

Submitted by Devin McGloin