in reply to Re^4: Making $ Unicode-aware
in thread Making $ Unicode-aware
So \v is a regex class instead of a character escape. That makes sense, then.
What existing code could changing $ to use \R instead of \n potentially break? Could this raise security issues by widening input validation patterns?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Making $ Unicode-aware
by jo37 (Curate) on Jul 29, 2020 at 15:16 UTC |