replaceFirst static method
Refer to Safe.replaceFirst
Implementation
static String replaceFirst(
String? string,
Pattern from,
String to, [
int startIndex = 0,
]) => Safe.replaceFirst(string, from, to, startIndex);
Refer to Safe.replaceFirst
static String replaceFirst(
String? string,
Pattern from,
String to, [
int startIndex = 0,
]) => Safe.replaceFirst(string, from, to, startIndex);