Hi, i'd like to know the regular expression who capitalized like this :
"Just Abandoned My-self" =>"Just Abandoned My-Self"
Thanks =)
Hi, i'd like to know the regular expression who capitalized like this :
"Just Abandoned My-self" =>"Just Abandoned My-Self"
Thanks =)
RE:
-(\l)
Replace:
-$upper($1)
Thanks a lot and sorry for the delay
