I have a problem when i want to seprate a single string into two different string.
Like-
I have a Div
<Div id="seprate" >VipinTyagi</Div>
and I want that when a jquery applied to this div it show the result as
Vipin Tyagi
Means when a Capital letter comes in the string it automatically split in two or more parts ,depends how many capital letters come into that string......