juz_sayin t1_itq6m5y wrote
len(string)
ShelfordPrefect t1_itr2g5p wrote
strlen
GamerByt3 t1_itqo1ns wrote
lmao
gt_ap t1_itrdgjk wrote
> len(string)
As a DBA (T-SQL), I have to modify this a bit to correct the syntax:
select len('string') as 'Length of String'
cfdeveloper t1_ittgs54 wrote
>as 'Length of String'
it bothers me to see spaces in there
edit: it really bothers me. I would consider caning of this offense.
gt_ap t1_itthfyq wrote
Username checks out. lol
Actually, it depends on the application, but I'll sometimes do something like "as 'LengthOfString'" or "as 'Length_of_String'".
mnij2015 t1_itteu84 wrote
Damn it you beat me to the joke
Jorycle t1_itskepc wrote
string.size()
Viewing a single comment thread. View all comments