Hi.
1) I would like to compare the following:
If the string satisfies the following conditions, it returns true:
- start with some letters (eg for "no-", strings like "no", "not", "none"
satisfies so)
- have some letters in the mid (eg for "-ppl-", strings like "apple" satisfies
so)
- end with some letters

2) It would be great if wildcards (eg ?, *, + etc.) can be used in the above
functions.
If possible, how?

3) How to set it that if the string satisfies condtion stated in (1), some
""text"" AND ""cell"" formatting are made?
Eg: If condition is satisfied, the cell "I am good!" will have background yellow
and the word "good" will be bold.

Thanks.