Gets characters from a string, from the beginning to a
character that is not in a specified set of characters. The
search is case-sensitive.
spanIncluding(String, set)
→ returns string
<cfoutput>
#SpanIncluding('This is Great', 'p')#
</cfoutput>