In PowerShell there is such a thing as a here-string (see half way down [url]https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.co re/about/about_quoting_rules?view=powershell-7.5&viewFallbackFrom=powershell-7.3 #here-strings[/url]) for hear-string information.
what I am trying to do is tell PSPad @' and @" are the beginning of a here-string and an accompanying '@ or "@ characters. Everything within the matching characters should be treated as a string. -- <https://forum.pspad.com/read.php?2,79415,79415> PSPad freeware editor https://www.pspad.com
