so i am getting information from certain links , and some links are processed as binary data , i want to setup a filter where the binary data is ignored and only data with string is accepted , but i am not able to setup such filter in the filter option.
So please help !
i had tried using regex does not match pattern like (?:[0-9a-fA-F]{2}\s?)+(?![a-zA-Z\s]*\s[0-9a-fA-F]{2}) and (?:[0-9a-fA-F]{2}\s?)+
but still it does not work , please tell how to filter data that is not a binary data !