-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #499 from kendraio/gosub-ref-docu-update
Update documentation for Gosub and Reference
- Loading branch information
Showing
7 changed files
with
197 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -392,7 +392,7 @@ Examples: | |
replace(data.email, '.', '') // Output: "[email protected]" | ||
8. replaceAll | ||
----------- | ||
------------- | ||
|
||
Returns a string replacing all instances of a substring with another substring. | ||
|
||
|
@@ -415,7 +415,7 @@ Examples: | |
trim(' John Doe ') // Output: "John Doe" | ||
10. now | ||
------ | ||
-------- | ||
|
||
Returns the current UTC timestamp in RFC 7231 format. | ||
|
||
|
@@ -441,7 +441,7 @@ Examples: | |
12. omit | ||
-------- | ||
|
||
Creates an object composed of enumerable properties from the input objects omitting the properties named in the *names array. | ||
Creates an object composed of enumerable properties from the input objects omitting the properties named in the *names* array. | ||
|
||
Examples: | ||
|
||
|
@@ -622,7 +622,7 @@ Examples: | |
markdown('## Header') // Output: "<h2 id=\"header\">Header</h2>" | ||
23. btoa | ||
------- | ||
--------- | ||
|
||
Encodes a string in base-64. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters