Skip to content

Commit

Permalink
Merge pull request #479 from LiorKovalio/patch-1
Browse files Browse the repository at this point in the history
Update tutorial.rs
  • Loading branch information
kaikalii committed Apr 8, 2024
2 parents 9ead047 + 071508e commit 5173e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/tutorial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ fn TutorialPatternMatching() -> impl IntoView {
<Editor example="F ← ⍣(\n ×10 °[1⊙3]\n| °(⊂5)\n| ⇌\n)"/>

<Hd id="format-string-patterns">"Format String Patterns"</Hd>
<p><Prim prim=Un/>" works with format strings to extract substrings where the "<code>"_"</code>"s are. While the "<Prim prim=Regex/>" function is available, is is often more complex than is necessary. In these cases, format string patterns are more appropriate."</p>
<p><Prim prim=Un/>" works with format strings to extract substrings where the "<code>"_"</code>"s are. While the "<Prim prim=Regex/>" function is available, it is often more complex than is necessary. In these cases, format string patterns are more appropriate."</p>
<Editor example="°$\"_, _, _\" \"1, 2, 3\""/>
<Editor example="°$\"_, _, _\" \"1, 2, 3, 4, 5\""/>
<Editor example="°$\"Hello, _!\" \"Hello, World!\""/>
Expand Down

0 comments on commit 5173e83

Please sign in to comment.