You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snakeCase/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
This exercise is tricky and was removed from our recommendations because it mostly leverages regular expressions for the solution, and those aren't really taught at this point in our curriculum.
2
+
3
+
Leaving it here for posterity, or a good challenge for anyone that wants to give it a shot.
4
+
1
5
6852
# Exercise XX - snakeCase
2
6
3
7
Convert phrases and words into snake case
@@ -7,4 +11,4 @@ Convert phrases and words into snake case
0 commit comments