Correct return type

This commit is contained in:
Joe Mooring 2024-01-02 14:20:02 -08:00 committed by GitHub
parent 5058bc5201
commit 7de247a036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ action:
- functions/strings/FindRESubmatch
- functions/strings/Replace
- functions/strings/ReplaceRE
returnType: string
returnType: []string
signatures: ['strings.FindRE PATTERN INPUT [LIMIT]']
aliases: [/functions/findre]
---