1 | Builtin Functions
|
2 |
|
3 | [Values] len() type() X repeat()
|
4 | [Conversions] bool() int() float() str() list() dict()
|
5 | X chr() X ord() X runes()
|
6 | X [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()
|
13 | X [J8 Decode] J8.Bool() J8.Int() ...
|
14 | X [Codecs] quoteUrl() quoteHtml() quoteSh() quoteC()
|
15 | quoteMake() quoteNinja()
|
16 | [Pattern] _group() _start() _end()
|
17 | [Introspection] shvarGet() evalExpr()
|
18 | [Hay Config] parseHay() evalHay()
|
19 | X [Wok] _field()
|
20 | X [Hashing] sha1dc() sha256()
|