We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdb574 commit b9ac490Copy full SHA for b9ac490
plugins/SedRegex/sedregex.py
@@ -1,7 +1,9 @@
1
#!/usr/bin/env python3
2
3
+import functools
4
import re
5
6
+@functools.lru_cache
7
def makeSedRegex(delimiters=''):
8
delimiters = delimiters or r"^\w\s"
9
0 commit comments