I have a string that has the value /Daily"
. and the parameter that i'm trying to pass into my application is /Daily
. However after trying a few methods to remove the quote, nothing seems to be working.
Methods used
- .remove('"');
- .replace("\"");
- .trim('"');