Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Aug 6, 2024
1 parent 0f27e5c commit 66933e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/webhookscript/functions/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ Returns position of ***value*** in ***subject***, or false if not found

Sprintf-like formatting of formatString with ***items***, see PHP sprintf docs.

### string_join(***string*** subject, ***array*** items (number/string/bool/array)) : string

Joins items with string ***subject***

### string_length(***string*** string) : number

Returns length of string (multibyte-aware)
Expand Down

0 comments on commit 66933e0

Please sign in to comment.