#! ./miniruby while gets if ~/enum node_type \{/..~/^\};/ ~/(NODE_.+),/ and puts(" case #{$1}:\n\treturn \"#{$1}\";") end end ' href='https://git.ruby-lang.org/ruby.git/atom/doc/regexp.rdoc?h=ruby_2_6' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/doc/regexp.rdoc
AgeCommit message (Expand)Author
2017-10-21* doc/regexp.rdoc: In regexp doc, two backslashes match one literallysonots
2017-10-21* doc/regexp.rdoc: Fix regexp doc syntax highlightingsonots
2016-04-07regexp.rdoc: terminators in comments [ci skip]nobu
2016-01-08* doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]knu
2015-01-01* doc/regexp.rdoc: fix regexp docs for whitespace character.hsbt