We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3362a93 commit e335458Copy full SHA for e335458
TOOL-Get-StringCharCount/Get-StringCharCount.ps1
@@ -12,6 +12,8 @@ Function Get-StringCharCount {
12
Francois-Xavier Cat
13
@lazywinadmin
14
lazywinadmin.com
15
+ .LINK
16
+ https://github.com/lazywinadmin/PowerShell
17
#>
18
PARAM ([String]$String)
19
($String -as [Char[]]).count
0 commit comments