String case: Difference between revisions

Content deleted Content added
Dinosaur (talk | contribs)
→‎{{header|Fortran}}: Oops! Not an array of (single) characters.
Steenslag (talk | contribs)
→‎{{header|Ruby}}: Changed comment to reflect new Ruby feature.
Line 2,035:
"alphaBETA".capitalize # => "Alphabeta"</lang>
 
These methods onlyused to affect ASCII letters A-Z and a-z only. TheyFrom ignoreRuby any2.4 non-ASCIIonward charactershowever, these methods support Full Unicode case mapping, suitable for most languages, by default. (Options can be specified for Turkic, Lithuanian and ascii)
 
=={{header|Rust}}==