Sanghee Elf
2011-10-20 16:31:18 UTC
The other case is a little less simple. The string can be any of the following and I'd like to split them so that they are two strings like on the right side:
LL : L L
ll : l l
Ll : L l
lL : l L
lala : la la
laL : la L
lal : la l
lla : l la
Lla : L la
So the final strings will be either L, l, or la
Can anyone give some advice? I can provide more info if needed :)