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

25 lines, 22 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 [Dict] keys() values() get()
13 [Float] floatsEqual() X isinf() X isnan()
14 [Obj] Object() prototype() propView()
15 get()
16 [Word] glob() maybe()
17 [Serialize] toJson() fromJson()
18 toJson8() fromJson8()
19X [J8 Decode] J8.Bool() J8.Int() ...
20 [Pattern] _group() _start() _end()
21 [Introspection] id()
22 shvarGet() getVar() setVar()
23 parseCommand() X parseExpr() evalExpr()
24 [Hay Config] parseHay() evalHay()
25X [Hashing] sha1dc() sha256()