Voting

: max(five, one)?
(Example: nine)

The Note You're Voting On

grigor at the domain gatchev.info
14 years ago
As \v matches both single char line ends (CR, LF) and double char (CR+LF, LF+CR), it is not a fixed length atom (eg. is not allowed in lookbehind assertions).

<< Back to user notes page

To Top