Actions
Bug #5355
closed$regsubex() & \0
Start date:
06/30/2021
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
in $regsubex \0 should report the total number of captures and not the total number of matches.
Running the code below in AdiIRC returns 10101010101010101010
$regsubex($str(x,10),/./g,\0)
when it should return 0000000000
mIRC returns 0000000000
Actions