Viewing 1 replies (of 1 total)
  • Thread Starter andrespenaloza

    (@andrespenaloza)

    I’ve fix’d it. For some reason, the parser code was set to CASE_INSENSITIVE=TRUE.

    Just need to change line 20 in crayon_parser.class.php to:

    private static $modes = array(self::CASE_INSENSITIVE => FALSE, self::MULTI_LINE => TRUE, self::SINGLE_LINE => TRUE, self::ALLOW_MIXED => TRUE);

Viewing 1 replies (of 1 total)
  • The topic ‘Regex problem’ is closed to new replies.