String functions
Practice the String functions by performing following actions on the word
variable with the following value: 'ihznduq hmpibnughpimhg yfawozhbduqzg dlwbubkbauk'
- Find the character next to the first occurence of the character 'w', make it upper case and place it in the first
div
- Get the position of the last 'w' character and place it in the second
div
- Check if the word contains the 'x' character and place the result in the third
div
- Get the length of the word and place it in the fourth
div
- Remove all spaces in the word, get the length and place it in the fifth
div