Would be good to have a `text` or some for of list based data type so lists such as; https://www.spamhaus.org/drop/asndrop.txt Can be imported and parsed with regex such as; ``` (^.*)+(?=[\ ; ])...(..)+(?:.\|.)+(.*) ```
Would be good to have a
textor some for of list based data type so lists such as;https://www.spamhaus.org/drop/asndrop.txt
Can be imported and parsed with regex such as;