From e9a4875a6b8b0e76709ca72df366241265996f8e Mon Sep 17 00:00:00 2001 From: Steely Wing Date: Sat, 24 Feb 2018 01:19:19 +0800 Subject: [PATCH] Remove the duplicate "(" (#4748) --- doc_src/string.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/string.txt b/doc_src/string.txt index 5cb6063e6..fb19dddc2 100644 --- a/doc_src/string.txt +++ b/doc_src/string.txt @@ -6,7 +6,7 @@ string escape [(-n | --no-quoted)] [--style=xxx] [STRING...] string join [(-q | --quiet)] SEP [STRING...] string length [(-q | --quiet)] [STRING...] string lower [(-q | --quiet)] [STRING...] -string match [(-a | --all)] [((-e | --entire)] [(-i | --ignore-case)] [(-r | --regex)] +string match [(-a | --all)] [(-e | --entire)] [(-i | --ignore-case)] [(-r | --regex)] [(-n | --index)] [(-q | --quiet)] [(-v | --invert)] PATTERN [STRING...] string repeat [(-n | --count) COUNT] [(-m | --max) MAX] [(-N | --no-newline)] [(-q | --quiet)] [STRING...]