Skip to content

Commit fcebba2

Browse files
committed
Include link to Rubular
1 parent 3a5c678 commit fcebba2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

01_command_line_git_ruby/ruby_basics.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,8 @@
646646

647647
Regular Expressions can get insanely complex. For an example, look at this [regular expression for validating an email address](http://stackoverflow.com/a/719543).
648648

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.
650651

651652

652653
---

0 commit comments

Comments
 (0)