LEN Suggest EditsReturns the length of a string value. Parameters value String (required) - The string from which to return the length. Returns Number Examples JavaScriptLEN("Fulcrum is for data collection") // returns 30 Updated about 1 year ago Table of Contents Parameters Returns Examples