Add regex match operator (=~
) to documentation (#702)
This commit is contained in:
parent
8ff4142064
commit
45154bbf59
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ Supported currently are the following features:
|
|||
- simple mathematical operations (`+`, `-`, `*`, `/`, `%`)
|
||||
- comparisons (`==`, `!=`, `>`, `<`, `<=`, `>=`)
|
||||
- boolean operations (`||`, `&&`, `!`)
|
||||
- regex match operator (`=~`)
|
||||
- elvis operator (`?:`)
|
||||
- if the left side is `""` or a JSON `null`, then returns the right side,
|
||||
otherwise evaluates to the left side.
|
||||
|
|
Loading…
Add table
Reference in a new issue