WLJS LogoWLJS Notebook

String

String is the head of a character string "text".

Examples

Check if an expression is a string:

Head["hello"]
(* String *)

Test with pattern:

MatchQ["hello", _String]
(* True *)

Please visit the official Wolfram Language Reference for more details.

On this page