Skip to content

dwtechnologies/whiterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

whiterm

The whiterm package will remove all trailing and ending whitespaces (such as space, tabs)from a String.

It honors quoted texts and supports "" -escaped characters.

Everything after "#" will be treated as a comment and will be ignored.

Functions

Remove

Remove removes all spaces and tabs from String s. It will also remove everything regarded as a comment from s (#). It supports ""-escaping and doesn't remove anything inside of quotes. It returns the formated String.

Releases

No releases published

Packages

No packages published

Languages