Hello there,
I have a list of chars:
a..zA..Z0..9\r\n\s\t@£$¥èéùìòÇØøÅå_{}~€ÆæßÉ!"#¤%&\'()*+,-./:;<=>?¡ÄÖÑܧ¿äöñüàáâãÁÀÂÃëêËÉÈÊÐïíîÏÍÌÎóôõðÓÒÔÕúûÚÙÛýÝ`…
And i want to retreive all records where there is any other char then one in that list above within a text field.
How can i do this?