Non-Printable Character Detection

Replace non-printable characters, e.g., zero-width spaces, with a visible symbol.

ავტორი
Rui LIU
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
10
რეიტინგი
0 0 0
ვერსია
1.2
შექმნილია
16.09.2021
განახლებულია
17.09.2021
Size
1015 ბაიტები
ლიცენზია
MIT
გამოყენებს მათ
ყველა საიტი

Replace non-printable characters, e.g., zero-width spaces, with a visible symbol ❖ (U+2756).

Only formatting characters (\p{Cf}) ^1 are included.

Its detection range is much wider than the Firefox addon ZeroWidth Detection ^2, as the addon only tests four specific characters ^3.

I didn't find a Chrome counterpart.