MantisBT - mSLDev
View Issue Details
0000160mSLDevGeneral (other)public2013-06-05 16:042013-06-07 14:53
Wims 
administrator 
normalminorhave not tried
closedfixed 
 
0.4.1.0 
0000160: regex search
"/timer/" doesn't match ".timername"
Is this normal?
No tags attached.
Issue History
2013-06-05 16:04WimsNew Issue
2013-06-06 17:03administratorNote Added: 0000108
2013-06-06 17:03administratorStatusnew => closed
2013-06-06 17:03administratorAssigned To => administrator
2013-06-06 17:03administratorResolutionopen => fixed
2013-06-06 17:03administratorFixed in Version => 0.4.1.0
2013-06-07 04:59WimsNote Added: 0000109
2013-06-07 04:59WimsStatusclosed => feedback
2013-06-07 04:59WimsResolutionfixed => reopened
2013-06-07 05:01WimsNote Edited: 0000109bug_revision_view_page.php?bugnote_id=109#r79
2013-06-07 14:53administratorNote Added: 0000111
2013-06-07 14:53administratorStatusfeedback => closed
2013-06-07 14:53administratorResolutionreopened => fixed

Notes
(0000108)
administrator   
2013-06-06 17:03   
Yes; however, I've slightly modified the behavior to feel more PCRE-ish (although it's not even close).
(0000109)
Wims   
2013-06-07 04:59   
(edited on: 2013-06-07 05:01)
I remember this isn't pcre but, since this is a mIRC program, I was thinking it should work, in which regex flavor /timer/ doesn't match ".timername"?

Having a regex support that limited is just not working.

(0000111)
administrator   
2013-06-07 14:53   
The original behavior was to operate on whole words, so /timer.+/ will do what you wanted.

I've modified the behavior to do a normal scan.