PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
String Patterns
>
Built-in
Mathematica
Symbol
String Patterns
Working with String Patterns
Tutorials »
|
EndOfString
StartOfLine
StringExpression
See Also »
|
String Patterns
More About »
StartOfString
StartOfString
represents the start of a string for purposes of matching in
StringExpression
.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
Test whether a string starts with an "a":
In[1]:=
Out[1]=
Replace the first letter in a string:
In[1]:=
Out[1]=
Remove the leading spaces:
In[1]:=
Out[1]//FullForm=
SEE ALSO
EndOfString
StartOfLine
StringExpression
TUTORIALS
String Patterns
Working with String Patterns
MORE ABOUT
String Patterns
New in 5.1
© 2008 Wolfram Research, Inc.