paramsRegExp is the regular expression (/\:([a-z0-9_\-]+)/gi) that matches :name placeholders in a route pattern. It's what replaceParams uses to find substitution points. Part of pota/use/url.
paramsRegExp
/\:([a-z0-9_\-]+)/gi
:name
replaceParams
pota/use/url