Stata 11 help for lower()

help lower() -------------------------------------------------------------------------------

Title

[D] functions -- Functions

String function

lower(s) Domain: strings Range: strings with lowercased characters Description: returns the lowercased variant of s. lower("THIS") = "this"

strlower(x) is a synonym for lower(x).

Also see

Manual: [D] functions

Help: [D] functions, [D] functions (string functions)


© Copyright 1996–2009 StataCorp LP   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index