We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When Multiline = TRUE and Global = True (for VbScript/NA for my wrapper) consider the following subject:
"File1.zip.exe" & vbCrLf & "File2.com" & vbCrLf & "File 3"
And the following regex:
.*$
VBScript returns 6 matches, but my wrapper returns only 2. Who is right?