Space between two charactors

Hi all
Could you please help to create space between two characters.
example := helloworld(given word)
i need out put like hello world
please send me coding example
thanks

1 Like

Hi. Space in not allowed in function names or variable names. In go you usually writes them as helloWorld or HelloWorld.

1 Like

@sudesh are you looking for a function that will put a space between a string of two words that are entered in as a parameter?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.