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
3 results tagged rfc x
  • 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
  • URL > Valid URL (RFC 3986) (Advanced) | Regex DB
    /
    # allow multiple groups with the same name
    (?J)
    # protocol user host-ip port path path path querystring fragment
    ^
    #protocol
    (?:(?<scheme>[a-zA-Z][a-zA-Z\d+-.]*):)?
    (?|
      #slash-slash
      \/\/
      #userinfo
      (?:
         #user
         (?<user>[a-zA-Z\d\-._~\!$&'()*+,;=%]*)
         #password
         (?::(?<pass>[a-zA-Z\d\-._~\!$&'()*+,;=:%]*))?
      @)?
      #host-ip
      (?<host>(?:[a-zA-Z\d-.%]+)|(?:\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:\[(?:[a-fA-F\d.:]+)\]))?
      #port
      (?::(?<port>\d*))?
      #slash-path
      (?<path>
          (?:\/    [a-zA-Z\d\-._~\!$&'()*+,;=:@%]*   )*
      )
    
      #slash-path
      |(?<user>)(?<pass>)(?<host>)(?<port>)
       (?<path>\/  [a-zA-Z\d\-._~\!$&'()*+,;=:@%]+(?:\/[a-zA-Z\d\-._~\!$&'()*+,;=:@%]*)*)?
    
      #path
      |(?<user>)(?<pass>)(?<host>)(?<port>)
       (?<path>    [a-zA-Z\d\-._~\!$&'()*+,;=:@%]+(?:\/[a-zA-Z\d\-._~\!$&'()*+,;=:@%]*)*)
    
    )?
    #querystring
    (?:\?(?<query>[a-zA-Z\d\-._~\!$&'()*+,;=:@%\/?]*))?
    #fragment
    (?:\#(?<fragment>[a-zA-Z\d\-._~\!$&'()*+,;=:@%\/?]*))?
    $
    /x
    December 30, 2022 01:34:20 PM GMT+01:00 * - permalink -
    QRCode
    - https://rgxdb.com/r/5JXUI5A2
    url rfc regex
  • thumbnail
    "RFC 2993: Architectural Implications of NAT" http://feedly.com/k/18ekCaj

    Pourquoi on a pas eu des cours comme ça e n Master

    September 21, 2013 10:42:18 AM GMT+02:00 - permalink -
    QRCode
    - http://"RFC 2993: Architectural Implications of NAT" http://feedly.com/k/18ekCaj
    Nat ip rfc
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation