Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8d26d74

Browse files
updated acknowledgements, added chapter names for exercises
1 parent 2b9cb9e commit 8d26d74

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For a preview of the book, see [sample chapters](./sample_chapters/Python_Regex_
3131

3232
The book can also be [viewed as a single markdown file in this repo](./py_regex.md). See my blogpost on [generating pdf from markdown using pandoc](https://learnbyexample.github.io/tutorial/ebook-generation/customizing-pandoc/) if you are interested in the ebook creation process.
3333

34-
For online `html` version of the book, visit https://learnbyexample.github.io/py_regular_expressions/
34+
For web version of the book, visit https://learnbyexample.github.io/py_regular_expressions/
3535

3636
<br>
3737

@@ -83,7 +83,9 @@ Twitter: https://twitter.com/learn_byexample
8383
* **Hugh**'s email exchanges helped me significantly to improve the presentation of concepts and exercises
8484
* [Christopher Patti](https://github.com/feoh) for reviewing the book, providing feedback and brightening the day with kind words
8585
* Users **73tada**, **DrBobHope**, **nlomb** and others for feedback in [this reddit thread](https://www.reddit.com/r/learnpython/comments/hmvnt1/my_python_regex_ebook_with_hundreds_of_examples/)
86-
* [mdBook](https://github.com/rust-lang/mdBook) — for `html` version of the book
86+
* [mdBook](https://github.com/rust-lang/mdBook) — for web version of the book
87+
* [mdBook-pagetoc](https://github.com/JorelAli/mdBook-pagetoc) — for adding table of contents for each chapter
88+
* [minify-html](https://github.com/wilsonzlin/minify-html) — for minifying html files
8789

8890
Special thanks to Al Sweigart, for introducing me to Python with his awesome [automatetheboringstuff](https://automatetheboringstuff.com/) book and video course.
8991

‎exercises/Exercise_solutions.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# re introduction
1+
# Exercise solutions
22

33
>![info](../images/info.svg) Try to solve exercises in every chapter using only the features discussed until that chapter. Some of the exercises will be easier to solve with techniques presented in later chapters, but the aim of these exercises is to explore the features presented so far.
44
5+
<br>
6+
7+
# re introduction
8+
59
**a)** Check whether the given strings contain `0xB0`. Display a boolean result as shown below.
610

711
```ruby

‎exercises/Exercises.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# re introduction
1+
# Exercises
22

33
>![info](../images/info.svg) Try to solve exercises in every chapter using only the features discussed until that chapter. Some of the exercises will be easier to solve with techniques presented in later chapters, but the aim of these exercises is to explore the features presented so far.
44
55
>![info](../images/info.svg) For solutions, see [Exercise_solutions.md](https://github.com/learnbyexample/py_regular_expressions/blob/master/exercises/Exercise_solutions.md).
66
7+
<br>
8+
9+
# re introduction
10+
711
**a)** Check whether the given strings contain `0xB0`. Display a boolean result as shown below.
812

913
```ruby

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /