Skip to content

Commit f56d512

Browse files
updated links
1 parent 4a11814 commit f56d512

10 files changed

+0
-10
lines changed

_posts/2019-03-25-ruby-regexp-introduction.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ This is first post in a series, where I'll be posting chapters from my free [Rub
1414

1515
* [gumroad](https://gumroad.com/l/rubyregexp)
1616
* [leanpub](https://leanpub.com/rubyregexp)
17-
* [instamojo](https://www.instamojo.com/learnbyexample/ruby-regexp/)
1817

1918
<br>
2019

_posts/2019-03-26-ruby-regexp-anchors.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ This is second post in a series, where I'll be posting chapters from my free [Ru
1717

1818
* [gumroad](https://gumroad.com/l/rubyregexp)
1919
* [leanpub](https://leanpub.com/rubyregexp)
20-
* [instamojo](https://www.instamojo.com/learnbyexample/ruby-regexp/)
2120

2221
<br>
2322

_posts/2019-03-27-ruby-regexp-alternatives.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This is third post in a series, where I'll be posting chapters from my free [Rub
1616

1717
* [gumroad](https://gumroad.com/l/rubyregexp)
1818
* [leanpub](https://leanpub.com/rubyregexp)
19-
* [instamojo](https://www.instamojo.com/learnbyexample/ruby-regexp/)
2019

2120
# Alternation and Grouping
2221

_posts/2019-03-28-ruby-regexp-quantifiers.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This is fourth post in a series, where I'll be posting chapters from my free [Ru
1616

1717
* [gumroad](https://gumroad.com/l/rubyregexp)
1818
* [leanpub](https://leanpub.com/rubyregexp)
19-
* [instamojo](https://www.instamojo.com/learnbyexample/ruby-regexp/)
2019

2120
# Dot metacharacter and Quantifiers
2221

_posts/2019-03-29-ruby-regexp-matched-portions.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This is fifth post in a series, where I'll be posting chapters from my free [Rub
1616

1717
* [gumroad](https://gumroad.com/l/rubyregexp)
1818
* [leanpub](https://leanpub.com/rubyregexp)
19-
* [instamojo](https://www.instamojo.com/learnbyexample/ruby-regexp/)
2019

2120
# Working with matched portions
2221

_posts/2019-04-01-ruby-regexp-character-class.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This is sixth post in a series, where I'll be posting chapters from my free [Rub
1616

1717
* [gumroad](https://gumroad.com/l/rubyregexp)
1818
* [leanpub](https://leanpub.com/rubyregexp)
19-
* [instamojo](https://www.instamojo.com/learnbyexample/ruby-regexp/)
2019

2120
# Character class
2221

_posts/2019-04-02-ruby-regexp-groupings-backreferences.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This is seventh post in a series, where I'll be posting chapters from my free [R
1616

1717
* [gumroad](https://gumroad.com/l/rubyregexp)
1818
* [leanpub](https://leanpub.com/rubyregexp)
19-
* [instamojo](https://www.instamojo.com/learnbyexample/ruby-regexp/)
2019

2120
# Groupings and backreferences
2221

_posts/2019-04-03-ruby-regexp-lookarounds.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This is eighth post in a series, where I'll be posting chapters from my free [Ru
1616

1717
* [gumroad](https://gumroad.com/l/rubyregexp)
1818
* [leanpub](https://leanpub.com/rubyregexp)
19-
* [instamojo](https://www.instamojo.com/learnbyexample/ruby-regexp/)
2019

2120
# Lookarounds
2221

_posts/2019-04-04-ruby-regexp-modifiers.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This is ninth post in a series, where I'll be posting chapters from my free [Rub
1616

1717
* [gumroad](https://gumroad.com/l/rubyregexp)
1818
* [leanpub](https://leanpub.com/rubyregexp)
19-
* [instamojo](https://www.instamojo.com/learnbyexample/ruby-regexp/)
2019

2120
# Modifiers
2221

_posts/2019-04-05-ruby-regexp-miscellaneous.md

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This is tenth post in a series, where I'll be posting chapters from my free [Rub
1616

1717
* [gumroad](https://gumroad.com/l/rubyregexp)
1818
* [leanpub](https://leanpub.com/rubyregexp)
19-
* [instamojo](https://www.instamojo.com/learnbyexample/ruby-regexp/)
2019

2120
With this post, all of the ebook is covered. There may be more posts in future like cheatsheets, common regexp explained, etc.
2221

0 commit comments

Comments
 (0)