Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 178 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 178 Bytes

comma-rs

I needed to separate a long list of ticket numbers with , to use them for a SQL query within a IN rang condition, so I wrote this to avoid manual operation.