Hello,
I want to split the string in following manner. Here are my strings for example:
-----
"Hello this is a string.-2.34 This is an example1 string."
"Hello this is another string.3.53 This is an example2 string."
-----
Please note that "" is a U+F8FF unicode character.
I want to...