Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
django-serve-spa / utils.py
Size: Mime:
def get_dont_match_prefix_regex(dont_match_prefixes, match_prefix=''):
    return rf"^(?!{'|'.join(dont_match_prefixes)})^{match_prefix}"