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

22 lines, 19 significant
1
2 Builtin Functions <a class="group-link" href="chap-builtin-func.html">builtin-func</a>
3
4
5 [Values] len() func/type()
6 [Conversions] bool() int() float()
7 str() list() dict()
8 X runes() X encodeRunes()
9 X bytes() X encodeBytes()
10 [Str] X strcmp() X split() shSplit()
11 [List] join()
12 [Float] floatsEqual() X isinf() X isnan()
13 [Obj] Object() prototype() propView()
14 [Word] glob() maybe()
15 [Serialize] toJson() fromJson()
16 toJson8() fromJson8()
17X [J8 Decode] J8.Bool() J8.Int() ...
18 [Pattern] _group() _start() _end()
19 [Introspection] shvarGet() getVar()
20 parseCommand() X parseExpr() evalExpr()
21 [Hay Config] parseHay() evalHay()
22X [Hashing] sha1dc() sha256()