We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d66fb5 commit 9f2c544Copy full SHA for 9f2c544
wanted-recipes.md
@@ -19,8 +19,6 @@ In the notes below, "JS" means the recipe is just a simple passthrough to an exi
19
* HTML methods # JS .sup(), .sub(), .blink(), .link(url), etc. May not exist in your JS impl!
20
* substr # str.substr(x,y) === str[x..x+y-1] === str[x...x+y]
21
* substring # str.substring(x,y) === str.slice(x,y) === str[x..y-1] === str[x...y]
22
-* Uppercasing a string # JS toUpperCase()
23
-* Lowercasing a string # JS toLowerCase()
24
* Replacing substrings
25
* Trimming whitespace from the end of a string
26
0 commit comments