How would you make this so it only capitalizes words longer than 3 characters? For example, ignore the word 'and' or 'or'... thanks for the example!
Add {3,} after (\w)
How would you make this so it only capitalizes words longer than 3 characters? For example, ignore the word 'and' or 'or'... thanks for the example!
ReplyDeleteAdd {3,} after (\w)
ReplyDelete