Skip to content

Commit

Permalink
STR_LEFT / STR_RIGHT add
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnippsche committed Sep 23, 2024
1 parent b7ffac1 commit 3856905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/references/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Available through the _ExpressionConfiguration.StandardFunctionsDictionary_ cons
| STR_SUBSTRING(string, start[, end]) | Returns a substring of the given string, starting at the _start_ index and ending at the _end_ index (the end of the string if not specified) |
| STR_TRIM(string) | Returns the given string with all leading and trailing space removed. |
| STR_UPPER(value) | Converts the given value to upper case |
| STR_LEFT(value, n) | Returns the first n characters from the left of the given string |
| STR_RIGHT(value, n) | Returns the last n characters from the left of the given string |

### Trigonometric Functions

Expand Down

0 comments on commit 3856905

Please # to comment.