mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: fix missing closing brackend on regsub
"]" was missing for <flags>.
This commit is contained in:
parent
a0dc23f093
commit
c4dc35047d
1 changed files with 1 additions and 1 deletions
|
|
@ -10365,7 +10365,7 @@ map_<match_type>_<output_type>(<map_file>[,<default_value>])
|
|||
| `---------------------------- key
|
||||
`------------------------------------ leading spaces ignored
|
||||
|
||||
regsub(<regex>,<subst>[,<flags>)
|
||||
regsub(<regex>,<subst>[,<flags>])
|
||||
Applies a regex-based substitution to the input string. It does the same
|
||||
operation as the well-known "sed" utility with "s/<regex>/<subst>/". By
|
||||
default it will replace in the input string the first occurrence of the
|
||||
|
|
|
|||
Loading…
Reference in a new issue