We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2d0d95 + e9958d5 commit a8e27b5Copy full SHA for a8e27b5
steps/00-01-introduction.html
@@ -4,10 +4,10 @@
4
lang: en
5
---
6
<p>
7
- With reglar expressions you can search through texts.
+ With regular expressions, you can search through texts.
8
A regular expression is a pattern you want to find in the text.
9
In many programming languages, programmers use regular expressions to search through text,
10
- test if the input of a program is correct and, check if the users made mistakes.
+ test if the input of a program is correct, and check if the users made mistakes.
11
</p>
12
13
<a target="_blank" href="https://www.xkcd.com/208/"><img src="https://imgs.xkcd.com/comics/regular_expressions.png"></a>
0 commit comments