You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regex.Replace(string, string, string, RegexOptions) returns the source string if it isn't a match. Is there a way that the LogReplaced have a fallback in the event it doesn't match.
Also, might be good to specify a timeout on the call to .Replace.