Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
powershell:qnd:strings [2022/06/10 23:53] – created mguptonpowershell:qnd:strings [2022/06/16 18:02] (current) mgupton
Line 1: Line 1:
 ====== strings ====== ====== strings ======
 +  * ''`n'' and ''`r'' are the character literals for //newline// and //carriage return//
  
-=== Using string ''Replace'' method to remove substring from string ===+====== Common Command Examples ======
  
 +=== Using string Replace method to remove substring from string ===
 <code powershell> <code powershell>
 ❯ $url = "http://www.google.com".Replace("http://www.", "") ❯ $url = "http://www.google.com".Replace("http://www.", "")
  • powershell/qnd/strings.1654905228.txt.gz
  • Last modified: 2022/06/10 23:53
  • by mgupton