Suppose the file contains:
I want to find all the non-ASCII characters like ● and ▪.
What should be the Perl regular expression search string to find these characters?
Code: Select all
3085.34 3987.19 2.06 4354.89 -369.76
●15.35 19.84 0.01 21.67 -1.84
5010.51 194252.54 8966.93 0.00▪ 185285.61
24.93 966.60 44.62 0.00 921.98
33867.97 15405.43 1156.39 0.00 14249.04
▪168.53 ▪76.66 5.75 0.00 70.91
4714.18 6092.15 3.14 6653.96 -564.95
23.46 30.31 0.02 33.11 -2.82
9548.94 370202.92 17089.01 ●0.00 353113.91
What should be the Perl regular expression search string to find these characters?