Skip to content

ProgrammingHero1/js-string-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Task-1:

Count how many times a string has the letter a


Task-2:

Count how many times a string has the letter a or A


Task-3:

Check whether a string contains all the vowels a, e, i, o, u


Task-4:

If a given string has either x, replace x by y. if the given string has X, replace it by Y.

Hint: You should be able to check whether x or X exists. After that, search online how to replace a character in a string.

Task-5:

Capitalize Every first Letter of each word in a String

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published