← Back to team overview

mudlet-makers team mailing list archive

Re: [Bug 313608] Re: Backslashes in tempRegexTrigger aren't auto-escaped

 

Ah, makes sense.

-- 
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.



References