Show / Hide Table of Contents

Class StringExtensions

Inheritance
System.Object
StringExtensions
Namespace: Scraper.Net
Assembly: Scraper.Net.dll
Syntax
public static class StringExtensions : object

Methods

| Improve this Doc View Source

Replace(String, IEnumerable<String>, String)

Declaration
public static string Replace(this string input, IEnumerable<string> patterns, string replacement)
Parameters
Type Name Description
System.String input
IEnumerable<System.String> patterns
System.String replacement
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX