Y
Hacker News
new
|
ask
|
show
|
jobs
by
codesnik
2092 days ago
and, AFAIR, in perl space and enter could be delimiters too! I think I've used it in some perlgolf task which didn't count whitespace.
1 comments
codesnik
2092 days ago
and memory tricked me. Whitespace doesn't work for regex and quoting terminators.
link
kbp
2092 days ago
Works in Ruby:
irb(main):001:1/ puts(%r irb(main):002:1* a+ irb(main):003:0> .match? %q aaa ) true
link