Project

General

Profile

Actions

Bug #2530

closed

$regml

Added by Andrew Gratton about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
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)
}

Actions #1

Updated by Per Amundsen about 8 years ago

  • Status changed from New to Resolved

Thanks fixed for next beta.

Actions #2

Updated by Per Amundsen about 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF