1
0
Fork 0
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:
Waldir Pimenta 2016-04-21 13:48:00 +01:00
parent d6b7e93d0d
commit d8a3a7f5e3

View file

@ -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':