static string replaceFirst(string $search, string $replace, string $subject)
Replace the first occurrence of a given value in the string.
static string replaceFirst(string $search, string $replace, string $subject)
Replace the first occurrence of a given value in the string.
Please login to continue.