expr Command Examples

Evaluate expressions and manipulate strings. More information: https://www.gnu.org/software/coreutils/manual/html_node/expr-invocation.html.

expr length "{{string}}"

expr substr "{{string}}" {{from}} {{length}}

expr match "{{string}}" '{{pattern}}'

expr index "{{string}}" "{{chars}}"

expr {{expression1}} {{+|-|*|/|%}} {{expression2}}

expr {{expression1}} \| {{expression2}}

expr {{expression1}} \& {{expression2}}