Skip to content

A function to merge space-separated words (like 'W A R N I N G')

Notifications You must be signed in to change notification settings

gosia-malgosia/merge-characters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

merge-characters

A function to merge space-separated words (like 'W A R N I N G')


As an input it takes a text (string) in which there may appear space-separated words:

  • 'This is an E X A M P L E of a space-separated text.'

It returns the same text without additional spaces:

  • 'This is an example of a space-separated text.'

About

A function to merge space-separated words (like 'W A R N I N G')

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages