Your patterns have been checking for literal matches, el and lo wor. You can use regular expression characters as well, but you can’t put the pattern in quotes when you do. Using the same syntax, check if hello world starts with an h by using ^h as the pattern.
putting [[ "hello world" =~ ^h ]]; echo $? in the terminal and i am unable to progress