Dear monks,
I recently found out, that \s, like any other of those metachars, can't be used s//here/, since it represents a character class. So how can I put space s//there/x? A literal space is discarded by /x. I could use a variable like $Space or play around with chr 32, but is there a straighter solution?
In reply to Space and the /x modifier by Django
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |