splitPattern splits pattern into strings and asterisks. Example: "ab*cde**f" -> ["ab", "*", "cde", "*", "f"]
(pattern string)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected