Skip to content

Commit

Permalink
chore: self mutation (build.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Apr 10, 2024
1 parent db3985c commit a6135c0
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions docs/docs/04-standard-library/std/regex.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ The text to check against.
| **Name** | **Description** |
| --- | --- |
| <code><a href="#@winglang/sdk.std.Regex.compile">compile</a></code> | Compiles the provided regex pattern into a `Regex` object. |
| <code><a href="#@winglang/sdk.std.Regex.match">match</a></code> | Checks whether a given string matches a specified regex pattern. |

---

Expand All @@ -194,30 +193,6 @@ The regex pattern to compile.

---

##### `match` <a name="match" id="@winglang/sdk.std.Regex.match"></a>

```wing
regex.match(pattern: str, text: str);
```

Checks whether a given string matches a specified regex pattern.

###### `pattern`<sup>Required</sup> <a name="pattern" id="@winglang/sdk.std.Regex.match.parameter.pattern"></a>

- *Type:* str

The regex pattern to match against.

---

###### `text`<sup>Required</sup> <a name="text" id="@winglang/sdk.std.Regex.match.parameter.text"></a>

- *Type:* str

The input string to check for a match.

---




Expand Down

0 comments on commit a6135c0

Please sign in to comment.