String

String is the head for the atomic string type.

Attributes[String] := {Protected}

Simple examples

In[1]:= "Hello"
Out[1]= "Hello"
In[2]:= "Hello" == "Hello"
Out[2]= True
In[3]:= "Hello" == "Hello world"
Out[3]= False
In[4]:= Head["Hello"]
Out[4]= String