Nice to see the case problems with $fline and regex are resolved, though $fline is still not handing regex's correctly, as can be shown in the example below.

Code:
//window @DA.Text
//aline @DA.Test $chr(3) $+ 04hello
//echo Result: $fline(@DA.Test, /\x3/, 2)


I'd expect the above to return a result of 1, but it returns null which is wrong.