NetComposer / nklib

NetComposer common library functions
Apache License 2.0
11 stars 35 forks source link

nklib_util:strip fix #3

Closed jbgledy closed 8 years ago

jbgledy commented 8 years ago

nklib_util:strip was only striping (space, CR, LF, TAB) from the front of a binary or string. I added a list:reverse then call nklib_util:striptail that does the same to the end, then returns the list (reversed again)

jbgledy commented 8 years ago

It looks like I have included a bunch of files from another sync.

You should reject this one and see if I can do another. :)