Repository URL to install this package:
Version:
0.1.0a4 ▾
|
django-serve-spa
/
utils.py
|
---|
def get_dont_match_prefix_regex(dont_match_prefixes, match_prefix=''):
return rf"^(?!{'|'.join(dont_match_prefixes)})^{match_prefix}"