SyntaxFix
Write A Post
Hire A Developer
Questions
Try this regex "[-.]+". The + after treats consecutive delimiter chars as one. Remove plus if you do not want this.
"[-.]+"