Regular Expressions 101

Community Patterns

pwl repo titles

1

Regular Expression
Python

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

Description

no description available

Submitted by Devin McGloin - 8 years ago