Skip to content

mipo47/StringWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StringWrapper

Cross-platform library written in .NET Core for limiting text length

var textWrapper = new StringWrapper();
var result = textWrapper.Wrap("this is very long text example", 5)

All lines now should be up to 5 symbols:

this 
is 
very 
long 
text  
examp
le

For more examples check out test cases

About

Utility to limit text line length

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages