** Changed in: mudlet
       Status: New => Won't Fix

-- 
Backslashes in tempRegexTrigger aren't auto-escaped
https://bugs.launchpad.net/bugs/313608
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.

Status in Mudlet the MUD client: Won't Fix

Bug description:
Sample code: tempRegexTrigger( "\b(and)\b", [[selectCaptureGroup(1) 
setFgColor(0,255,0)]])

You need to use \\b instead of \b because Qt eats a backslash. Mudlet should 
compensate for this however so that \b works fine.

_______________________________________________
Mailing list: https://launchpad.net/~mudlet-makers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~mudlet-makers
More help   : https://help.launchpad.net/ListHelp

Reply via email to