File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This fork extends the original specs, adding the following functionality;
17
17
Additionally, it adds the following functions:
18
18
19
19
* [ if] ( #if ) - Conditional expression
20
+ * [ get] ( #get ) - Get a value from an object
20
21
* [ range] ( #range ) - Generate a range of numbers or prefixed strings
21
22
* [ to_object] ( #to_object ) - Convert an array of key-value pairs into an object
22
23
* [ json_serialize] ( #json_serialize ) - Serialize a JSON value to a string
@@ -28,6 +29,7 @@ Additionally, it adds the following functions:
28
29
* [ regex_match] ( #regex_match ) - Return the first match of a regular expression in a string
29
30
* [ regex_match_all] ( #regex_match_all ) - Return all matches of a regular expression in a string
30
31
* [ regex_replace] ( #regex_replace ) - Replace parts of a string matching a regular expression with a replacement string
32
+ * [ regex_count] ( #regex_count ) - Count the number of matches of a regular expression in a string
31
33
32
34
## INSTALLATION
33
35
You can’t perform that action at this time.
0 commit comments