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