Is there a possibility to easily remove surrounding quotes, braces, etc from a certain text element in my Android Studio project?
More specifically without manually removing quotes and test and retyping?
For example:
eg 1 "with quotes"
should become with quotes
with minimal effort?
eg 2 {with braces}
should become with braces
with minimal effort?
I can do it just only by selecting words inside quotes and deleting both words and quotes and then again retyping same words.
Please help me if there is a way in Android Studio