Posts by Vinicius Lobo • 23 points
2 posts
-
0
votes1
answer89
viewsQ: Formatting a dictionary using regex, based on a large database
Let’s say I have a following sample from a more extensive database. 146.204.224.152 - feest6811 [21/Jun/2019:15:45:24 -0700] "POST /incentivize HTTP/1.1" 302 4622 197.109.77.178 - kertzmann3129…
-
-1
votes1
answer219
viewsQ: Separate list of names according to regex notes
How to resolve this with regex? The archive assets/grades.txt contains a list of people - one per line - containing your notes. Create a regex to generate a list of students who received grade B.…