Basic Examples 
(4)
 

Highlight part of some text:
In[1]:=
[◼]
HighlightText
["This is some test text.","test"]
Out[1]=
This is some
test
text.
———
Use a string pattern:
In[1]:=
[◼]
HighlightText
["the cat in the hat","a"~~__~~"e"]
Out[1]=
the c
at in the
hat
———
Highlight dates using
DatePattern
:
In[1]:=
[◼]
HighlightText
["On 31/12/2003 we left, and on 5/3/2004 we came back",DatePattern[{"Day","Month","Year"}]]
Out[1]=
On
31/12/2003
we left, and on
5/3/2004
we came back
———
Provide a list of items to highlight:
In[1]:=
[◼]
HighlightText
["the cat in the hat",{_~~"at","in"}]
Out[1]=
the
cat
in
the
hat

Scope 
(4)
 


Options 
(7)
 


Applications 
(1)
 


Possible Issues 
(2)
 


Neat Examples 
(2)
 
