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

20 lines, 17 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 runes() X encodeRunes()
8 X bytes() X encodeBytes()
9 [Str] X strcmp() X split() shSplit()
10 [List] join() any() all()
11 [Collections] X copy() X deepCopy()
12 [Word] glob() maybe()
13 [Math] abs() max() min() X round() sum()
14 [Serialize] toJson() fromJson()
15 toJson8() fromJson8()
16X [J8 Decode] J8.Bool() J8.Int() ...
17 [Pattern] _group() _start() _end()
18 [Introspection] shvarGet() getVar() evalExpr()
19 [Hay Config] parseHay() evalHay()
20X [Hashing] sha1dc() sha256()