static ACCT_PARSER: Lazy<Regex>
Expand description

Regex for extracting the user and host parts from an “acct:user@example.com” string. Used to parse the resource query parameter in Webfinger requests.