1-3 Use grep and Regular Expressions to Analyze Text Flashcards
1
Q
In grep
regex symbol ^
grep ‘^string’
A
string matches first word of line
2
Q
In grep
regex symbol $
grep ‘string$’
A
string matches last word of line
3
Q
In grep
regex symbol
grep ‘string’
A
4
Q
In grep
regex symbol
grep ‘string’
A
5
Q
In grep
regex symbol
grep ‘string’
A