After banging my head against the keyboard I've discovered some inconistant behavior with \x:
Code:
\xNN - works as expected
\x{NNNN} - works as expected
\xNNNN - doesn't work


further more, after a certain codepoint (I'm not sure which) \x{NNNN} stops matching:
Code:
echo -a $regex( $chr($base(0600, 16, 10)), \x{0600})


Maybe related, maybe not, \u(does the same as \x) doesn't work at all

Last edited by FroggieDaFrog; 03/08/15 05:26 PM.

I am SReject
My Stuff