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: 01_command_line_git_ruby/ruby_basics.html
+2-1
Original file line number
Diff line number
Diff line change
@@ -646,7 +646,8 @@
646
646
647
647
Regular Expressions can get insanely complex. For an example, look at this [regular expression for validating an email address](http://stackoverflow.com/a/719543).
648
648
649
-
To learn more about Regular Expressions, check out the [Ruby for Newbies: Regular Expressions](http://code.tutsplus.com/tutorials/ruby-for-newbies-regular-expressions--net-19812) tutorial.
649
+
To learn more about Regular Expressions, check out [Rubular](http://www.rubular.com/), especial the cheat sheat at the bottom.
650
+
You should try to commit those parts of regular expressions to memory.
0 commit comments