This is only possible , if you have set of dictionary words and then do a comparison. There is no native PHP function to do this as far as I know.
– Shankar Narayana DamodaranApr 04 '14 at 09:58
Here you can write a function to detect non consecutive upper case char and put a space before.
– Fabien SaApr 04 '14 at 10:04
i think i found a similar question on http://stackoverflow.com/questions/4519739/split-camelcase-word-into-words-with-php-preg-match-regular-expression. My problem solved from there. Never known a "camel case" before. thanksa all
– mutokenjiApr 04 '14 at 10:15