Answers for "dart almashtirish"

4

dart almashtirish

void main() { 
   String str1 = "Hello World"; 
   print("New String: ${str1.replaceAll('World','ALL')}"); 
}
Posted by: Guest on November-13-2021

Code answers related to "Dart"

Browse Popular Code Answers by Language