mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[view] refactoring: URL regex
This commit is contained in:
3
bauh/commons/regex.py
Normal file
3
bauh/commons/regex.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import re
|
||||
|
||||
RE_URL = re.compile(r"^https?://.+$")
|
||||
Reference in New Issue
Block a user