java.lang.IllegalArgumentException:
Illegal character in query at index 49: http://download.finance.yahoo.com/d/quotes.csv?s=?^NDX,^BANK&f=nsl1opc1
im getting the malformed url exception on the 'caret' (^) symbol..came to know that the caret is used heavily in regex and in other cases this character is particularly removed from a desired string.
Is this not possible to have strings/urls with 'caret' (^)
symbol
In the above case to retrieve index data i need to have that symbol..