•  
      tasks #45423 Parsing and processing URL using python – Regex
    #45423
    Mohini Singh (mohini)
    2022-08-16 23:35
    2022-08-16 23:35
    Details
    Parsing and processing URL using python – Regex
    Extracting the protocol and the hostname from the given URL.
    • Regular expression for extracting protocol group: ‘(\w+)://‘.
    • Regular expression for extracting hostname group: ‘://www.([\w\-\.]+)‘.


    5 - Medium
    State of Progress
    2022-05-31
    100
    2022-06-02
    Mohini Singh (mohini)
    Rakesh Kumar Verma (rakesh.verma)
    2022-06-01
    Closed
    Attachments
    References
    References list is empty