Hi, I tried searching for a solution before posting this, but had no luck.  A
similar post exists but had no solution at
http://forum.pspad.com/read.php?4,30849,42308#msg-42308

When writing regular expressions using Perl, my code often breaks the syntax
within PsPad.  Here's an example:

CODE SNIPPET:

if (/^([a-z]+),(\:\#),(\w+)$/) {

WHAT'S SUPPOSED TO BE HAPPENING:

A comma separated file is ingested and the Perl regular expression is searching
for a line which has:
1) alpha character
2) : or #
3) any alphanumeric character

The \# is treated as a comment in PsPad and breaks the syntax from this point
forward in the code.

Is there a way to force PsPad to not treat \# as a comment?

Regards,
Evan

-- 
<http://forum.pspad.com/read.php?2,52861,52861>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem