Skip to content

Commit

Permalink
Update string.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno authored Oct 15, 2024
1 parent d364895 commit b892ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/doc-surrealql/functions/database/string.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These functions can be used when working with and manipulating text and string v
<td scope="row" data-label="Description">Check whether a string contains another string</td>
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#stringendswith"><code>string::ends_with()</code></a></td>
<td scope="row" data-label="Function"><a href="#stringends_with"><code>string::ends_with()</code></a></td>
<td scope="row" data-label="Description">Checks whether a string ends with another string</td>
</tr>
<tr>
Expand Down Expand Up @@ -72,7 +72,7 @@ These functions can be used when working with and manipulating text and string v
<td scope="row" data-label="Description">Divides a string into an ordered list of substrings</td>
</tr>
<tr>
<td scope="row" data-label="Function"><a href="#stringstartswith"><code>string::starts_with()</code></a></td>
<td scope="row" data-label="Function"><a href="#stringstarts_with"><code>string::starts_with()</code></a></td>
<td scope="row" data-label="Description">Checks whether a string starts with another string</td>
</tr>
<tr>
Expand Down

0 comments on commit b892ed7

Please sign in to comment.