maxonfjvipon / elegant-elephant

Elegant object oriented php primitives library
MIT License
10 stars 1 forks source link

Characters to all TxtTrimmed objects #41

Closed maxonfjvipon closed 1 year ago

maxonfjvipon commented 1 year ago

Need to add an ability to trim texts by given characters like:

new TxtTrimmed(
  $text,
  " \t\n\r\0\x0B"
);