If you want to save filters state then copy this source.
2024-06-21: v0.1.0: Published
Can use $1 and $i and etc for format.
$1 ~ $100 ... Split tokens
$last ... Split last token
$i ... 0 origin index
$I ... 1 origin index
${4s:1} ... Output token 1 as a 4-digit string
${02d:i} ... Output subscripts as 2-digit integers with zero padding
Split and join to CSV format
Remove empty lines.
Remove duplicate lines
String to upper case
String to lower case