Skip to content

raphaelpanta/WordWrapScala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordWrapScala

##A implementation of Word Wrap in Scala

Wrap words for a given column. If wrapper function encounters a ' ' character and if the next word is above the number of column is greater than columns que word should be wrapped to next line

###Example:

"Um pequeno jabuti xereta viu dez cegonhas felizes."

will be wrapped like

"Um pequeno jabuti

xereta viu dez

cegonhas felizes."

About

A implementation of Word Wrap in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages