IS_XARGS

privex.helpers.common.IS_XARGS = re.compile('^\\*([a-zA-Z0-9_])+$')

Pre-compiled regex for matching catch-all positional argument parameter names like *args