Get startedGet started for free

Finishing line

1. Finishing line

You have reached the finishing line of this course on regular expression in python.

2. Congratulations

Congratulations! You have done an amazing job!

3. Our journey

In our journey, you started by learning the key concepts of string manipulation. Along the way, you have manipulated strings coming from movie reviews. You concatenated them and split them. You accessed them by index and sliced them. Finally, you replaced and removed characters.

4. Our journey

You went a little bit further and learned how to insert custom strings into predefined text. You worked with strings scraped from the web. You applied the three string formatting methods that Python allows. You also learned in which situation they fit best.

5. Our journey

These concepts helped you take a deep turn and learn the basic syntax of regular expressions. You worked with a dataset containing real tweets. You matched, found and replaced normal characters and metacharacters. You also applied quantifiers, both greedy and non-greedy ones.

6. Our journey

Finally, you went ahead and learned advanced concepts of regular expressions. You used capturing and non-capturing groups to match a specific subpattern in a text. You also learned how to backreference them as well as how to look what comes before or after a specific pattern. Overall, you now have a better understanding of regular expressions.

7. Last tips

However, there is more to learn. And I would like to give you some last tips. Practice regex whenever you can. This will help you reinforce what you've learned. Apply them in your projects. They will help you do things in an easier way. Have fun. Regex can be difficult at the beginning. But enjoy learning them as they are a powerful tool.

8. Thank you!

Lastly, thank you for staying with me to the end of this journey! I wish you all the best on your path of learning.