summaryrefslogtreecommitdiff
path: root/doc/language/globals.md
AgeCommit message (Collapse)Author
2025-12-25[DOC] Escape capitalized word "data" not to be linked unexpectedlyNobuyoshi Nakada
2025-12-25[DOC] Reword "Regular Expression" to "Matched Data"Nobuyoshi Nakada
`$~` and its accessors are related to regular expressions, but are not themselves.
2025-12-24[DOC] Reword "Pattern Matching" to "Regular Expression"Nobuyoshi Nakada
In ruby, since 3.1 at least, the words "Pattern Matching" should refer the syntax.
2025-12-21[DOC] Align tables in globals.mdNobuyoshi Nakada
* Align "Contains" column in "Streams" table * Align some columns vertically * Remove a duplicate `$-a` description
2025-12-20[DOC] Enhancements for globals.md (#15545)Burdette Lamar
* [DOC] Enhancements for globals.md
2025-12-06[DOC] Link global variables to command line optionsNobuyoshi Nakada
2025-12-05[DOC] Describe `$F`Nobuyoshi Nakada
This variation is used when `-a` option is given.
2025-12-05[DOC] Describe the global variables set by command line optionsNobuyoshi Nakada
These variables are set by command line options, but it is deprecated to assign them any value other than nil in ruby code.
2025-12-05[DOC] Centerize Variable, English, and Constant columnsNobuyoshi Nakada
2025-11-27Reorganize page documentations (#15154)Stan Lo
Re-organize page docs