then every other operation that you can apply to a string, contains a bug. That's lots of bugs.
Not even close to every other.
| chomp | works |
| chop | Doesn't work (returns undef and changes nothing) |
| chr | works |
| index | works |
| lc | works |
| lcfirst | works |
| length | works |
| m// | works |
| ord | works |
| qq// | works |
| reverse | works |
| rindex | works |
| s/// | works |
| sprintf | works |
| substr | works |
| tr/// | works |
| uc | works |
| ucfirst | works |
| . | works |
| Hash key | works |
By your definition /\N{}/ and /i aren't features since they can segfault Perl and return bad values for all ops that use the regex engine.
Update: Oops, chomp does work. Fixed.
In reply to Re^41: Interleaving bytes in a string quickly
by ikegami
in thread Interleaving bytes in a string quickly
by BrowserUk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |