Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- string_operations
- 58 Treffer, Zuletzt geändert:
- g
expr "$string" : '.*'
</code>
stringZ=abcABC123ABCabc
<code>
echo ${#stringZ} # 15
echo `expr length $stringZ` # 15
echo ... g'
$substring is a regular expression.
stringZ=abcABC123ABCabc
# |------|
echo `expr match "$stringZ" 'abc[A-Z]*.2'` # 8
echo `expr "$stringZ"
- test
- 1 Treffer, Zuletzt geändert:
- h Shell Tests ======
Quelle((http://tldp.org/LDP/abs/html/comparison-ops.html))
===== Other Compariso