Get the length of a string.
					
					stringLen(string)
					
						→ returns numeric
					
				
							string.len()
							
						
Output the length of the string "Hello World".
StringLen("Hello World")Expected Result: 11
Output the length of the string "Hello World".
"Hello World".len()Expected Result: 11
Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.