-
-
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.
fix indentation for building documentation successfully
- Loading branch information
1 parent
c12261a
commit bae6ff1
Showing
6 changed files
with
113 additions
and
110 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