Skip to main content

Command Palette

Search for a command to run...

Most common javascript string function

Published
β€’1 min read
Most common javascript string function

charAt

charAt method returns the character at the specified index in a string

charAt.png

charCodeAt

charCodeAt method returns Unicode of the character at the specified index in a string

charCodeAt.png

substr

substr extracts the characters from a string, beginning at a specified start position, and through the specified number of character

substr (2).png

substring

substring Extracts the characters from a string, between two specified indices

substring (2).png

toLowerCase

toLowerCase converts a string to lowercase letters

toLowerCase.png

toUpperCase

toUpperCase converts a string to uppercase letters

toLocaleUpperCase.png

trim

trim remove white space from start and end of string

trim (2).png

repeat

repeat returns a new string with a specified number of copies of an existing string

carbon.png

startsWith

startsWith method is used to check whether a string starts with a specific word or not. it returns true or false

startsWith.png

endsWith

endsWith is used to check whether a string ends with a specific word or not. it returns true or false

endsWith.png

Wrapping up!

Share this blog with your friends πŸ‘©πŸΌβ€πŸ€β€πŸ§‘πŸΌ and developers πŸ‘¨β€πŸ’» you know and let them know about these cool string functions

Your feedback and comments are very important to me. πŸ’Œ

Get in touch πŸ€œπŸ€›

Instagram

YouTube

More from this blog

we web developers

7 posts

I'm Pratik, a tech enthusiast and a coder πŸ‘¨β€πŸ’» who is starting his journey in the field of web and software development after learning quite a bit