Hello Williams,
MongoDB doesn't seem to have this string split based functionality yet. Substring is the most they have which is positional in nature and does not meet your requirements.
Check out the following entry in Stack Overflow: - stackoverflow.com/questions/33589003/split-a-stri…
A user actually suggested you use map reduce in MongoDB which would then allow you to use the java-script library of string functions.
Regards Mario