-
If the input variable is a string like this “http://www.innnttteeerrrvvviiieeeewwwmaaanniiiiaaaa/”, the $url variable after the sanitizing will look like
-
- https://interviewmania.com/
- www.innnttteeerrrvvviiieeeewwwmaaanniiiiaaaa.com
- www.innnttterrrvvviewwwmaaanniiiiaaaa.com
- www.intterrrvvviewwmaaanniia.com
- None of these
Correct Option: A
Sanitize is nothing but take away invalid characters so therefore the invalid characters like å and ø will be removed.