Replace(Span<char>, char[], char) Method
Namespace
Statiq.Common
Containing Type
SpanExtensions

Syntax

public static bool Replace(this in Span<char> str, char[] oldChars, char newChar)

Parameters

Name Type Description
str Span<char>
oldChars char[]
newChar char

Return Value

Type Description
bool