Skip to main content

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

 

image


One possible way

 

Stringsearcher to get a list of characters, followed by a stringconcatenator to concatenate the list back to a string with periods

 

image

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.

 

 

afbeelding 


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.

 

 

afbeelding 

I'd missed that you wanted the period at the end as well. In which case you could do it all within a stringreplacerimage 

 


Reply