4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
  • URL > Valid URL (RFC 3986) | Regex DB
    /
    # protocol user host-ip port path path path querystring fragment
    ^
    #protocol
    (?:(?<scheme>[a-zA-Z][a-zA-Z\d+-.]*):)?
    (?:
      (?:
        (?:
            \/\/
            (?:
                #userinfo
                (?:((?:[a-zA-Z\d\-._~\!$&'()*+,;=%]*)(?::(?:[a-zA-Z\d\-._~\!$&'()*+,;=:%]*))?)@)?
                #host-ip
                ((?:[a-zA-Z\d-.%]+)|(?:\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:\[(?:[a-fA-F\d.:]+)\]))?
                #port
                (?::(\d*))?
            )
        )
        #slash-path
        (
            (?:\/[a-zA-Z\d\-._~\!$&'()*+,;=:@%]*)*
        )
      )
     #slash-path
     |(\/(?:(?:[a-zA-Z\d\-._~\!$&'()*+,;=:@%]+(?:\/[a-zA-Z\d\-._~\!$&'()*+,;=:@%]*)*))?)
     #path
     |([a-zA-Z\d\-._~\!$&'()*+,;=:@%]+(?:\/[a-zA-Z\d\-._~\!$&'()*+,;=:@%]*)*)
    )?
    #querystring
    (?:\?([a-zA-Z\d\-._~\!$&'()*+,;=:@%\/?]*))?
    #fragment
    (?:\#([a-zA-Z\d\-._~\!$&'()*+,;=:@%\/?]*))?
    $
    /x
    December 30, 2022 01:35:00 PM GMT+01:00 * - permalink -
    QRCode
    - https://rgxdb.com/r/2MQXJD5
    url rfc regex
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation