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

20 lines, 19 significant
1Builtin Functions
2
3 [Values] len() type() X repeat()
4 [Conversions] bool() int() float() str() list() dict()
5 X chr() X ord() X runes()
6X [Str] strcmp() X split() shSplit()
7 [List] join() any() all()
8 [Collections] X copy() X deepCopy()
9 [Word] glob() maybe()
10 [Math] abs() max() min() X round() sum()
11 [Serialize] toJson() fromJson()
12 toJson8() fromJson8()
13X [J8 Decode] J8.Bool() J8.Int() ...
14X [Codecs] quoteUrl() quoteHtml() quoteSh() quoteC()
15 quoteMake() quoteNinja()
16 [Pattern] _group() _start() _end()
17 [Introspection] shvarGet() evalExpr()
18 [Hay Config] parseHay() evalHay()
19X [Wok] _field()
20X [Hashing] sha1dc() sha256()