How do I write a regular expression that matches strings with exactly one space between each word and no trailing or leading spaces? The string can - apart from letters - contain only [-.,'] characters and no consecutive spaces between words.How do I write a regular expression that matche