performant string splitting by comma, taking into account quotes
Find a file
2024-10-07 20:55:31 +01:00
go.mod update dependencies, remove exp/constraints dependency, slight API change 2024-10-07 20:55:31 +01:00
go.sum update dependencies, remove exp/constraints dependency, slight API change 2024-10-07 20:55:31 +01:00
join.go update dependencies, remove exp/constraints dependency, slight API change 2024-10-07 20:55:31 +01:00
join_test.go add Split{Type}() functinos, add Join() functions 2022-11-04 16:47:18 +00:00
join_util.go add Split{Type}() functinos, add Join() functions 2022-11-04 16:47:18 +00:00
LICENSE update dependencies, remove exp/constraints dependency, slight API change 2024-10-07 20:55:31 +01:00
README.md add Split{Type}() functinos, add Join() functions 2022-11-04 16:47:18 +00:00
split.go update dependencies, remove exp/constraints dependency, slight API change 2024-10-07 20:55:31 +01:00
split_test.go add Split{Type}() functinos, add Join() functions 2022-11-04 16:47:18 +00:00
splitter.go add Split{Type}() functinos, add Join() functions 2022-11-04 16:47:18 +00:00

go-split

Performant string splitting and joining by comma, taking quotes into account. Useful for user supplied input e.g. CLI args