Method RemoveHttpAndWwwPrefixes
RemoveHttpAndWwwPrefixes(string?)
Removes the "http://", "https://" and "www." prefixes
public static string? RemoveHttpAndWwwPrefixes(string? input)
Parameters
inputstringThe input string to process.
Returns
- string
The input string without the prefixes if any matched; otherwise, the original input.