Skip to content

Commit 9f2c544

Browse files
committed
update wanted recipes
1 parent 8d66fb5 commit 9f2c544

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wanted-recipes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ In the notes below, "JS" means the recipe is just a simple passthrough to an exi
1919
* HTML methods # JS .sup(), .sub(), .blink(), .link(url), etc. May not exist in your JS impl!
2020
* substr # str.substr(x,y) === str[x..x+y-1] === str[x...x+y]
2121
* 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()
2422
* Replacing substrings
2523
* Trimming whitespace from the end of a string
2624

0 commit comments

Comments
 (0)