And the difference between "..." and /.../ is that "..." unescapes too much.
For example,
"\d" is the same as /d/.
If you want /\d/, the equivalent would be "\\d".
I always use /.../ or qr/.../ to avoid confusion.
In reply to Re^4: using split
by ikegami
in thread using split
by maurkb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |