Code: Select all
> s
"[Event this is the first event [Event this is the second event [Event and this is the third"
> (regex "[\\[]" s 0)
("[" 0 1)
> (parse "[\\]]" s 0)
regular expression in function parse : "offset 91 missing terminating ] for character class"
--hsm
UPDATE: uh--- Duh! How about wrong order of parameters in parse? Ignore this post please...