@yesstudio/yes-utils
    Preparing search index...

    Variable URL_PROTOCOL_REGEXConst

    URL_PROTOCOL_REGEX: RegExp = ...

    Regular expression that matches HTTP and HTTPS protocols.

    Matches a string that starts with 'http:' or 'https:' exactly, signifying valid URL protocols. This regular expression is used to check if a string is likely to represent a valid URL based on its protocol.