I've a string like "www.abcd.com" . The string actually includes the " at the beginning and end as I'm fetching this from the source of a webpage. How do I remove the " from the string?
Trim, Replace etc will not work. This looks so tricky
Trim, Replace etc will not work. This looks so tricky