"[SOLVED] Separating CapitalizedString into single words"
Hi all
I have been trying for quite a long time to solve the following problem but cannot find any way, maybe someone had a similar issue:
I have a set of examples which have attribute values like:
"CapitalizedStringIntoSingleWords"
but I want them in the form of "Capitalized String Into Single Words" (separate them by capital letter, I don't mind if the result words are capitalized or not). I could use Regular Expressions, I can easily filter out the capital letters, but then I get only something like:
" apitalized tring nto ingle ords"
... huh, that seems to be a more general problem, and I cannot get my thinking out of the box.. :-[
Any ideas, help? ???
Cheers,
Monika