File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3838* Examples in this chapter will deal with * ASCII* characters only unless otherwise specified
3939* Ruby Regexp is based on [ Onigmo regular expressions library] ( https://github.com/k-takata/Onigmo/blob/master/doc/RE )
4040* An edited and expanded version of this chapter is available as [ free e-book on leanpub] ( https://leanpub.com/rubyregexp )
41+ * For practice problems, see [ Ruby Regexp Exercises] ( https://github.com/learnbyexample/Ruby_Regexp/blob/master/exercises/Exercises.md )
4142
4243<br >
4344
@@ -1865,6 +1866,7 @@ The two-level matching regexp is built by specifying the one-level regexp as par
18651866Note that most of these resources are not specific to Ruby, so use them with caution and check if they apply to Ruby's syntax and features
18661867
18671868* An edited and expanded version of this chapter is available as [ free e-book on leanpub] ( https://leanpub.com/rubyregexp )
1869+ * For practice problems, see [ Ruby Regexp Exercises] ( https://github.com/learnbyexample/Ruby_Regexp/blob/master/exercises/Exercises.md )
18681870* [ rubular] ( http://rubular.com/ ) - Ruby regular expression editor
18691871* [ stackoverflow: ruby regexp] ( https://stackoverflow.com/questions/tagged/ruby+regex?sort=votes&pageSize=15 )
18701872* [ regexp-examples] ( https://github.com/tom-lord/regexp-examples ) - Generate strings that match a given Ruby regular expression
You can’t perform that action at this time.
0 commit comments