How do I remove duplicated entries within each separate fields with below sample as data.
0x,9.4,,,#0,#UNIX#unix,#cli#L#فا#0#فا#0#L#SE#Cli#SE,#فارسی#فارسی#۱#1#١#1,bsh,#V & v
expected output(either delete all duplicated ones, case-insensitive, difference in Unicode "Persian #۱
/Arabic #١
", order of entries and which entry (ignore case) should keep doesn't matter here):
0x,9.4,,,#0,#unix,#cli#L#فا#0#SE,#فارسی#١#۱#1,bsh,#V & v
The pattern is in this format #x
, x
means anything in one or more length of characters.
Unicode table for Persian/Arabic languages alphabet/numbers differences