Reputation: 6973
I need to find a regex that will match any string, at least 6 characters long, including only one space, but the space can't be the first or the last character. I tried many combinations of \S and \s but I am now stuck. Any help?
Upvotes: 1
Views: 1343