Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hdd29-CS265-sp19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdd29
hdd29-CS265-sp19
Commits
0f4a3f42
Commit
0f4a3f42
authored
6 years ago
by
hdd29
Browse files
Options
Downloads
Patches
Plain Diff
The regular expression part
parent
cd2e674b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lab04/.numClass.swp
+0
-0
0 additions, 0 deletions
lab04/.numClass.swp
lab04/Lab4
+12
-0
12 additions, 0 deletions
lab04/Lab4
with
12 additions
and
0 deletions
lab04/.numClass.swp
0 → 100644
+
0
−
0
View file @
0f4a3f42
File added
This diff is collapsed.
Click to expand it.
lab04/Lab4
0 → 100644
+
12
−
0
View file @
0f4a3f42
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment