index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
regexp.rdoc
Age
Commit message (
Expand
)
Author
2019-12-24
[DOC] Fix typo and language
Marcus Stollsteimer
2019-11-03
[DOC] mentioned `\R` [ci skip]
Nobuyoshi Nakada
2019-11-03
[DOC] \s in regexp is not same as in string [ci skip]
Nobuyoshi Nakada
2019-08-28
Document {n}? regexp pattern is optional and not non-greedy [ci skip]
Jeremy Evans
2019-07-26
Document behavior when mixing named captures with parentheses [ci skip]
Jeremy Evans
2018-10-21
Improve doc of Regexp about "ignore case" behavior [Misc #10836]
aycabta
2017-10-21
* doc/regexp.rdoc: In regexp doc, two backslashes match one literally
sonots
2017-10-21
* doc/regexp.rdoc: Fix regexp doc syntax highlighting
sonots
2016-04-07
regexp.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
2014-05-25
* doc/regexp.rdoc: [DOC] Clarify whitespace matching by @allolex
zzak
2014-04-28
fix typo [Fix GH-603]
nobu
2013-11-13
* doc/regexp.rdoc: [DOC] Fix typo in Special global variables section.
zzak
2013-11-13
* doc/regexp.rdoc: [DOC] add note about Bug #4044 as suggested by
zzak
2013-09-17
* doc/regexp.rdoc: [DOC] Replace paragraphs in verbatim sections with
drbrain
2013-07-20
* doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]
zzak
2013-06-11
* doc/re.rdoc: Rename to doc/regexp.rdoc
zzak