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.

Length

StringLength

return the count of chars.

StringLength["abc"]
(* 3 *)

Wolfram. String