Do a global search for "Schools" NOT at the beginning or end of a word in a string:
The marked text below shows where the expression gets a match:
The \B metacharacter is used to find a match not at the beginning or end of a word.
If no match is found, it returns null.
The \B metacharacter is supported in all major browsers.