I need to use regex, to check if a string starts with a double quotes character ("
) and ends with a double quotes character too.
The problem is I can't use a double quotes character, cause it gets confused. Is there any other way to represent a double quotes character "
in regex, or in string in general?
String s = """; // ?