replaceFirstMapped static method
Refer to Safe.replaceFirstMapped
Implementation
static String replaceFirstMapped(
String? string,
Pattern from,
String Function(Match match) replace, [
int startIndex = 0,
]) => Safe.replaceFirstMapped(string, from, replace, startIndex);