HI everyone,
I have a string stored in a variable. Could anyone help me to create a regular expression that would capitalize the first words in this variable. The problem is that:
one / two should be One / Two (no problem)
but
one/two/ shoulb be One/Two (ucwords does not recognize as two words) Any ideas?