Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2422,7 +2422,7 @@ Exit status of `0`, it was true. Using the same syntax, test if `hello` is equal

### 1310.1

False. An import operator in that menu is `=~`. It allows for pattern matching. Using the same syntax but with this operator, check if `hello` contains the pattern `el`.
False. An important operator in that menu is `=~`. It allows for pattern matching. Using the same syntax but with this operator, check if `hello` contains the pattern `el`.

#### HINTS

Expand Down
2 changes: 1 addition & 1 deletion tutorial.json
Original file line number Diff line number Diff line change
Expand Up @@ -4540,7 +4540,7 @@
"df02e2e7b008ca5bd0fd4bb0aac2abd0d667a9f8"
]
},
"content": "False. An import operator in that menu is `=~`. It allows for pattern matching. Using the same syntax but with this operator, check if `hello` contains the pattern `el`.",
"content": "False. An important operator in that menu is `=~`. It allows for pattern matching. Using the same syntax but with this operator, check if `hello` contains the pattern `el`.",
"hints": [
"Use the `[[ ... ]]; echo $?` syntax",
"Use the `=~` operator with it",
Expand Down