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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In grep

regex symbol $

grep ‘string$

A

string matches last word of line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In grep

regex symbol

grep ‘string’

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In grep

regex symbol

grep ‘string’

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In grep

regex symbol

grep ‘string’

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly