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;
1717Additionally, it adds the following functions:
1818
1919* [ if] ( #if ) - Conditional expression
20+ * [ get] ( #get ) - Get a value from an object
2021* [ range] ( #range ) - Generate a range of numbers or prefixed strings
2122* [ to_object] ( #to_object ) - Convert an array of key-value pairs into an object
2223* [ json_serialize] ( #json_serialize ) - Serialize a JSON value to a string
@@ -28,6 +29,7 @@ Additionally, it adds the following functions:
2829* [ regex_match] ( #regex_match ) - Return the first match of a regular expression in a string
2930* [ regex_match_all] ( #regex_match_all ) - Return all matches of a regular expression in a string
3031* [ 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
3133
3234## INSTALLATION
3335
You can’t perform that action at this time.
0 commit comments