it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

Add a new tool to convert string to list

Open xiaohongred opened this issue 1 year ago • 2 comments
trafficstars

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

now, we have list-converter tool for deal list convert to string, but i have not find tool to convert string to list.

example: string "abc,def,hhh" convert to list like:

abc def hhh

online tool example: https://onlinestringtools.com/split-string

Is their example of this tool in the wild?

https://onlinestringtools.com/split-string

Additional context

No response

Validations

  • [X] Check the feature is not already implemented in the project.
  • [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • [X] Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).

xiaohongred avatar May 15 '24 03:05 xiaohongred

Hi @xiaohongred, implemented in https://github.com/CorentinTh/it-tools/pull/1290

sharevb avatar Sep 21 '24 13:09 sharevb

Hi @xiaohongred and @CorentinTh, also implemented in #1302

sharevb avatar Sep 22 '24 08:09 sharevb