diff options
| -rw-r--r-- | md.bqn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ CountRuns โ { (1+โโ ๐ฉ) (โฃ - โ`โร) ยฌ๐ฉ } # ๐ฉ is a string; return a mask of the characters that are escaped, that # is, preceded by an odd number of backslashes (since a backslash can # escape another backslash). +# Another implementation is {ยป<`๐ฉ}. IsEscaped โ { ยป 2 | CountRuns ๐ฉ = '\' } |
