I have a string of characters.
Eg. "Microsoft Visual Basic .NET"
Is there anyway or pre-defined function to cut the string into smaller groups, that will contain only a particular characters of the string?
Eg: After cutting, it becomes
"Microsoft" or
"Visual" or
"Basic" or
".NET"
