pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Untitled
JavaScript | 5 sec ago
costruttori
C++ | 7 sec ago
Untitled
PHP | 7 sec ago
Untitled
8 sec ago
Untitled
12 sec ago
HotFile Premium Account...
19 sec ago
Untitled
15 sec ago
Layout Width
Share Pastebin
vince
By: a guest | Feb 9th, 2010 | Syntax:
None
| Size: 0.12 KB | Hits: 14 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
string sToLower(string sInput)
{
transform (sInput.begin(), sInput.end(),sInput.begin(), tolower );
return sInput;
}
create new paste
|
create new version of this paste
RAW Paste Data
string sToLower(string sInput) { transform (sInput.begin(), sInput.end(),sInput.begin(), tolower ); return sInput; }