Print only valid Alphanumeric Strings
For example, the geral print is:
Xô3†kЀ?ë±3!æq¥b.
Parabéns, conseguiu.
ñoÛD¦Ó¶Y˜…Û¬œ«÷ôQÂ.
Ãý™448($vúiP±ÔÅã.
ÝÆû4sÊìÏiÁLy[r¥…X°.
But i need print only this line:
Parabéns, conseguiu.
I try this regex
in if operator, but don't work.
^([a-zA-Zà-úÀ-Ú0-9]).*$