strings

Common Command Examples

Using string Replace method to remove substring from string

$url = "http://www.google.com".Replace("http://www.", "")$url
google.com