This Web
All Webs
Erlang Links
Erlang Web Ring
httpd_util:to_upper
httpd_util:to_lower
string
1> httpd_util:to_upper("hello"). "HELLO" 2> httpd_util:to_lower("ERLANG"). "erlang"
httpd_util