Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to delete a letter from a string in javascript

substr() – removes a character from a particular index in the String.
replace() – replaces a specific character/string with another character/string.
slice() – extracts parts of a string between the given parameters.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #delete #letter #string #javascript
ADD COMMENT
Topic
Name
1+9 =