•  
      tasks #45284 Parsing and Processing URL using Python – Regex
    #45284
    Ritish Singh (ritish31)
    2022-08-16 13:03
    2022-08-16 13:03
    Details
    Parsing and Processing URL using Python – Regex
    Extracting the protocol and the hostname from the given URL.
    1. Regular expression for extracting protocol group: ‘(\w+)://‘.
    2. Regular expression for extracting hostname group: ‘://www.([\w\-\.]+)‘.
    5 - Medium
    State of Progress
    2022-05-31
    100
    2022-06-02
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-06-01
    Closed
    Attachments
    References
    References list is empty