Nano Toolkit

A collection of tools to help you write filters.

Text Transform: Merge Comma Separated Domain Array

Output array is sorted. Duplicate and invalid entries are removed.

Warnings will be generated for entries that are removed.







        

    

Text Transform: Unmerge Comma Separated Domain Array

From first line, remove domains that are contained in other lines.

If first line contains duplicate entries, the first duplicate entry will be removed on each match.

Output array is not sorted.

Warnings will be generated for entries that are not matched.







        

    

Text Transform: Unicode Escape

Convert non-ASCII characters to their Unicode escape sequence.







        

    

Links

Source Code

License