Skip to content

Commit

Permalink
docs: add reverse function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream95 committed Nov 5, 2024
1 parent 9f213d8 commit b12a41a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/en_US/sqls/functions/string_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ regexp_substring(col, regex)

Returns the first substring of the specified string value that matches regexp.

## REVERSE

```text
reverse(col)
```

Returns the reversed string.

## RPAD

```text
Expand Down
8 changes: 8 additions & 0 deletions docs/zh_CN/sqls/functions/string_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ regexp_substr(col, regex)

在第一个参数中找到第二个参数(regex)的第一个匹配项。

## REVERSE

```text
reverse(col)
```

返回反转的字符串。

## RPAD

```text
Expand Down

0 comments on commit b12a41a

Please sign in to comment.