Question

Write a function that will extract all href links from given html code?

Login to Submit

Examples

Input: "click me"
Output: ["www.google.com"]

Input: "

click meclick me

" Output: ["www.google.com", "www.youtube.com"]