Skip to content

Commit

Permalink
Update content.md
Browse files Browse the repository at this point in the history
Correction of the links to the documentation about the operators used in this approach.
  • Loading branch information
micxkoz authored Dec 13, 2024
1 parent c4b54f6 commit 7952484
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Function Get-Acronym() {
}
```



[Get-Date](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-date) cmdlet.
[Find and replace](https://learn.microsoft.com/en-us/powershell/scripting/learn/deep-dives/everything-about-string-substitutions#find-and-replace-tokens) strings.
About [Split operator](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_split).
About [Join operator](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_join).

0 comments on commit 7952484

Please sign in to comment.