Write a regular expression pattern
to match any string that contains one
or more occurrences of the word hello.
Test your regular expression against the
provided strings and verify if it matches
the expected results and print the output
in below given format.