Wolfram: String Functions

By Xah Lee. Date: . Last updated: .

There are about 100 functions on string. To list them all, type *String*

wl string functions 2025-01-08
wl string functions 2025-01-08

Is String

StringQ

return True if argument is string.

StringQ

Length

StringLength

return the count of chars.

StringLength

StringLength["abc"]
(* 3 *)

WolframLang String