Skip to content

Instantly share code, notes, and snippets.

@usimsek
Created October 7, 2020 15:14
Show Gist options
  • Save usimsek/bc8c912bbe6abf0443cfd7d24cd716f1 to your computer and use it in GitHub Desktop.
Save usimsek/bc8c912bbe6abf0443cfd7d24cd716f1 to your computer and use it in GitHub Desktop.
flutter string replace
print(Countries.Cote_d_Ivoire.toString().split('.').last.replaceAll("_", " ")); // Cote d Ivoire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment