String a = 'abc,Hello, 123,world';
a.split(RegExp(',[a-zA-Z]'));
as the following:
abc
Hello, 123
world
But the code above will produce:
MEDevel.com: Open-source for Healthcare and Education
Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.