You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, depends on what you are asking. If I treat your example document as a script file and read it in (or whatever), it works just fine (i.e. no errors). If I try to translate that to a Java String directly, then you need to escape it further, otherwise you will get the error you mentioned.
When I try to parse a String that contains a Windows Path like "C:\MyPath\Wtv Folder" I get a
Expected valid escape sequence
error.Example:
I realized that the library is trying to find out which is the scape inserted but I want to avoid this behavior.
Do you guys noticed that?
The text was updated successfully, but these errors were encountered: