Skip to content

String match inside single quote issue #4

@TareqNewazShahriar

Description

@TareqNewazShahriar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions