OILS / _devbuild / help / ysh-builtin-func View on Github | oilshell.org

19 lines, 16 significant
1
2 Builtin Functions <a class="group-link" href="chap-builtin-func.html">builtin-func</a>
3
4
5 [Values] len() func/type() X repeat()
6 [Conversions] bool() int() float() str() list() dict()
7 X chr() X ord() X runes()
8 [Str] X strcmp() X split() shSplit()
9 [List] join() any() all()
10 [Collections] X copy() X deepCopy()
11 [Word] glob() maybe()
12 [Math] abs() max() min() X round() sum()
13 [Serialize] toJson() fromJson()
14 toJson8() fromJson8()
15X [J8 Decode] J8.Bool() J8.Int() ...
16 [Pattern] _group() _start() _end()
17 [Introspection] shvarGet() getVar() evalExpr()
18 [Hay Config] parseHay() evalHay()
19X [Hashing] sha1dc() sha256()