Snippets Collections
"Good night".replace("night", "day")
// "Good day"

// some with ignoreCase
"Good night".replace("night", "day", true)
// true mean ignoreCase=true
star

Sun Nov 03 2024 22:04:58 GMT+0000 (Coordinated Universal Time)

#replace #stringconversion #ignorecase

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension