MantisBT - mSLDev
View Issue Details
0000177mSLDevGeneral (other)public2013-07-11 10:132013-07-11 10:16
Wims 
 
normalminorhave not tried
newopen 
 
 
0000177: replacing text matched from regular expression
That situation is simply not working, I used /%v(?=,| )/ to match %v variables in a scope, I want to replace them with %id, but when I click replace, mslDev just goes on with the next match, without replacing.
alias test {
var %v ""
if (%v == "") sure
}

1) hit control + f
2) select the regular expression feature
3) enter the above regular expression in the search field
4) enter %id in the replace field
5) click 'next' and/or 'replace'
No tags attached.
Issue History
2013-07-11 10:13WimsNew Issue
2013-07-11 10:16WimsNote Added: 0000125

Notes
(0000125)
Wims   
2013-07-11 10:16   
Note that when using the regular expression "%v", it correctly replaces the matches