Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== strings ====== * ''`n'' and ''`r'' are the character literals for //newline// and //carriage return// ====== Common Command Examples ====== === Using string Replace method to remove substring from string === <code powershell> ❯ $url = "http://www.google.com".Replace("http://www.", "") ❯ $url google.com </code> powershell/qnd/strings.txt Last modified: 2022/06/16 18:02by mgupton