Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Core Language > String Manipulation > String Patterns > StartOfLine >
Mathematica > Core Language > Rules & Patterns > Patterns > String Patterns > StartOfLine >

StartOfLine

StartOfLine
represents the start of a line in a string for purposes of matching in StringExpression.
  • StartOfLine is taken to occur at the beginning of a string, and immediately after every newline in the string.
Split a string at the beginning of a line:
Find how many lines start with "We the People" in the U.S. Constitution:
Split a string at the beginning of a line:
In[1]:=
Click for copyable input
Out[1]//InputForm=
 
Find how many lines start with "We the People" in the U.S. Constitution:
In[1]:=
Click for copyable input
Out[1]=
New in 5.1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF