Skip to content

Commit

Permalink
Indicate that replacement is an optional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rnishtala-sumo committed Dec 3, 2024
1 parent 5f20a1d commit 8a4dc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ottl/ottlfuncs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ If the `target` is not a string or does not exist, the `Split` Converter will re

### Trim

```Trim(target, replacement)```
```Trim(target, Optional[replacement])```

The `Trim` Converter removes the leading and trailing character (default: whitespace).

Expand Down

0 comments on commit 8a4dc98

Please sign in to comment.