Actions
Bug #2530
closed$regml
Start date:
03/07/2016
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
When referencing an unnamed regex, $regml only returns a value if used in the same alias as the $regex. Whereas in mIRC this works...
alias test {
if $regex(hello world, /(hello)/) { test2 }
}
alias test2 {
echo -s $regml(1)
}
Updated by Per Amundsen almost 9 years ago
- Status changed from New to Resolved
Thanks fixed for next beta.
Updated by Per Amundsen almost 9 years ago
- Status changed from Resolved to Closed
Actions