Skip to content

Commit 9f2ffce

Browse files
committed
Update docs
1 parent 592dd5f commit 9f2ffce

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed

docs/Language-Definition.md

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,123 @@ int("123") == 123
238238

239239
Returns the float value of a number or a string.
240240

241+
### string()
242+
243+
todo
244+
245+
### trim()
246+
247+
todo
248+
249+
### trimPrefix()
250+
251+
todo
252+
253+
### trimSuffix()
254+
255+
todo
256+
257+
### upper()
258+
259+
todo
260+
261+
### lower()
262+
263+
todo
264+
265+
### split()
266+
267+
todo
268+
269+
### splitN()
270+
271+
todo
272+
273+
### splitAfter()
274+
275+
todo
276+
277+
### splitAfterN()
278+
279+
todo
280+
281+
### replace()
282+
283+
todo
284+
285+
### repeat()
286+
287+
todo
288+
289+
### join()
290+
291+
todo
292+
293+
### indexOf()
294+
295+
todo
296+
297+
### lastIndexOf()
298+
299+
todo
300+
301+
### hasPrefix()
302+
303+
todo
304+
305+
### hasSuffix()
306+
307+
todo
308+
309+
### max()
310+
311+
todo
312+
313+
### min()
314+
315+
todo
316+
317+
### toJSON()
318+
319+
todo
320+
321+
### fromJSON()
322+
323+
todo
324+
325+
### toBase64()
326+
327+
todo
328+
329+
### fromBase64()
330+
331+
todo
332+
333+
### now()
334+
335+
todo
336+
337+
### duration()
338+
339+
todo
340+
341+
### date()
342+
343+
todo
344+
345+
### first()
346+
347+
todo
348+
349+
### last()
350+
351+
todo
352+
353+
### get()
354+
355+
todo
356+
357+
241358
## Predicate
242359

243360
The predicate is an expression that accepts a single argument. To access

0 commit comments

Comments
 (0)