in the original some initial alread had periods, but i already removed them with a stringreplacer.
Any leads on how to tackle this are welcome.
Luuk
in the original some initial alread had periods, but i already removed them with a stringreplacer.
Any leads on how to tackle this are welcome.
Luuk
One possible way
Stringsearcher to get a list of characters, followed by a stringconcatenator to concatenate the list back to a string with periods
One possible way
Stringsearcher to get a list of characters, followed by a stringconcatenator to concatenate the list back to a string with periods
Thanks this helped a lot.
I might have missed something on your answer because i seemed to lack a point at the end. But i fixed that with another stringreplacer adding a period.
Thanks this helped a lot.
I might have missed something on your answer because i seemed to lack a point at the end. But i fixed that with another stringreplacer adding a period.
I'd missed that you wanted the period at the end as well. In which case you could do it all within a stringreplacer