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
The single quote wrapped string matching pattern: <string>(')(.*)(')</string>
To: <string>(')(.+?)(')</string>
If a line contains several single quote wrapped strings your pattern will only look for first and the last single quote of that line and treats everything as string in between.
The text was updated successfully, but these errors were encountered:
The single quote wrapped string matching pattern:
<string>(')(.*)(')</string>
To:
<string>(')(.+?)(')</string>
If a line contains several single quote wrapped strings your pattern will only look for first and the last single quote of that line and treats everything as string in between.
The text was updated successfully, but these errors were encountered: