mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
minor: fix spaces
This commit is contained in:
parent
d6b7e93d0d
commit
d8a3a7f5e3
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
`expr length {{string}}`
|
||||
|
||||
- Evaluate logical or math expression with an operator( '+', '-', '*', '&', '|', etc. ). Special symbols should be escaped:
|
||||
- Evaluate logical or math expression with an operator ('+', '-', '*', '&', '|', etc.). Special symbols should be escaped:
|
||||
|
||||
`expr {{ARG1}} {{operator}} {{ARG2}}`
|
||||
`expr {{first_argument}} {{operator}} {{second_argument}}`
|
||||
|
||||
- Get position of the first character in 'string' that matches 'substring':
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue