|
@@ -1,6 +1,6 @@
|
1
|
|
-## WELCOME TO THE PainfullAfternoon (Hurtlocker)
|
|
1
|
+## WELCOME TO A PAinFul dAy. (Hurtlocker)
|
2
|
2
|
|
3
|
|
-By this time you should have been introduced to Java Strings, Exceptions, Unit Testing, and Regex.
|
|
3
|
+By this time you should have been introduced to Java Strings, Exceptions, Unit Testing, and Regex. Tariq just smiles and smiles about lab.
|
4
|
4
|
|
5
|
5
|
#You will need all of these today!
|
6
|
6
|
|
|
@@ -25,7 +25,7 @@ for example:
|
25
|
25
|
|
26
|
26
|
In the shopping list Tariq has Cookies, but he could spell like Cookies, c00Kies, Co0kies and so on.
|
27
|
27
|
|
28
|
|
-YOU ARE NOT ALLOWED to use any Java based string manipulation!!!!!!!!!!!!
|
|
28
|
+### YOU ARE NOT ALLOWED to use any Java-based string manipulation!!!!!!!!!!!!
|
29
|
29
|
|
30
|
30
|
You must use regex to detect the patterns and match them.
|
31
|
31
|
|
|
@@ -40,7 +40,7 @@ Notice how TYPE has a key but no Value.... if you try and parse this into an obj
|
40
|
40
|
|
41
|
41
|
You will need to handle your exceptions!
|
42
|
42
|
|
43
|
|
-I also expect you to report on how many exceptions you saw while parsing the data.
|
|
43
|
+We also expect you to report on how many exceptions you saw while parsing the data.
|
44
|
44
|
|
45
|
45
|
|
46
|
46
|
GOOD LUCK ZIPCODERS!!!! May the Odds be ever in your favor!!!!
|