Skip to content

Commit 6f4af98

Browse files
committed
Fix README
1 parent f60e65b commit 6f4af98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This fork extends the original specs, adding the following functionality;
1717
Additionally, 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

0 commit comments

Comments
 (0)