Skip to content
Snippets Groups Projects
Commit 0f4a3f42 authored by hdd29's avatar hdd29
Browse files

The regular expression part

parent cd2e674b
No related branches found
No related tags found
No related merge requests found
File added
Q1: I will use grep for the rest of this assignment.
egrep 'the' bright_side_of_life
Q2: egrep '\<the\>' bright_side_of_life
Q3: '\<\Just\>'
Q4: '\<[Jj]ust\>'
Q5: '^\<[Jj]ust\>'
Q6: '\<[bm]ad\>'
Q7: '\<(d|br)eath\>'
Q8: '\<you\>[[:punct:]]$'
Q9: '^[[:space:]]+'
Q10: '^[[:blank:]]*$'
Q11: 13 lines
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment