o.k. this is whay i have:
<trigger enabled="y" sequence="40" match="^\"slippery elm(\d+)\".*? slippery elm \((\d+) puffs\).*?$" regexp="y" send_to="12"><send>call elmcount(%2)</send></trigger>
and this is what i hope to match with this trigger:
"slippery elm248685" slippery elm (9 puffs)
but when i tried to load the trigger, it gives me an error message: Line 32: Attribute name 'slippery' not followed by '=' (problem in this file)
can anyone tell me where i did wrong and how to fix it? thanks!
<trigger enabled="y" sequence="40" match="^\"slippery elm(\d+)\".*? slippery elm \((\d+) puffs\).*?$" regexp="y" send_to="12"><send>call elmcount(%2)</send></trigger>
and this is what i hope to match with this trigger:
"slippery elm248685" slippery elm (9 puffs)
but when i tried to load the trigger, it gives me an error message: Line 32: Attribute name 'slippery' not followed by '=' (problem in this file)
can anyone tell me where i did wrong and how to fix it? thanks!