6 lines
No EOL
88 B
Python
6 lines
No EOL
88 B
Python
"""
|
|
Regex patterns
|
|
"""
|
|
import re
|
|
|
|
WIKILINK = re.compile(r'\[\[(.*?)\]\]', re.IGNORECASE) |