Regex split ignoore empty and whitespace

AlphaPurned Alpha at Beta.com
Thu Feb 20 22:02:42 UTC 2020


std.regex.split(l, ctRegex!`[\s-\)\(\.]`);

I'm trying too split a string on spaces and stuff... but it is 
returning empty strings and other matches(e.g., ()).

I realize I can delete afterwards but is there a direct way from 
split or ctRegex?


More information about the Digitalmars-d-learn mailing list