You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
Copy file name to clipboardExpand all lines: REFERENCE.md
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,7 @@ the provided regular expression.
171
171
*[`sort`](#sort): Sorts strings and arrays lexically.
172
172
*[`sprintf_hash`](#sprintf_hash): Uses sprintf with named references.
173
173
*[`squeeze`](#squeeze): Returns a new string where runs of the same character that occur in this set are replaced by a single character.
174
+
*[`stdlib::deferrable_epp`](#stdlibdeferrable_epp): This function returns either a rendered template or a deferred function to render at runtime. If any of the values in the variables hash are
174
175
*[`stdlib::end_with`](#stdlibend_with): Returns true if str ends with one of the prefixes given. Each of the prefixes should be a String.
175
176
*[`stdlib::ensure`](#stdlibensure): function to cast ensure parameter to resource specific value
176
177
*[`stdlib::extname`](#stdlibextname): Returns the Extension (the Portion of Filename in Path starting from the
@@ -4614,6 +4615,40 @@ The squeeze function.
4614
4615
4615
4616
Returns: `Any` a new string where runs of the same character that occur in this set are replaced by a single character.
0 commit comments