replaceFirstMapped method
Implementation
String replaceFirstMapped(
Pattern from,
String Function(Match match) replace, [
int startIndex = 0,
]) =>
value.replaceFirstMapped(from, replace, startIndex);
String replaceFirstMapped(
Pattern from,
String Function(Match match) replace, [
int startIndex = 0,
]) =>
value.replaceFirstMapped(from, replace, startIndex);