I have the following string:
String data = 'árvíztűrő tükörfúrógép'
I want it to be this:
'arvizturo tukorfurogep'
Is there a way to do it in Dart?
Thanks
I have the following string:
String data = 'árvíztűrő tükörfúrógép'
I want it to be this:
'arvizturo tukorfurogep'
Is there a way to do it in Dart?
Thanks