Skip to content

Commit e335458

Browse files
committed
add link
1 parent 3362a93 commit e335458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TOOL-Get-StringCharCount/Get-StringCharCount.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Function Get-StringCharCount {
1212
Francois-Xavier Cat
1313
@lazywinadmin
1414
lazywinadmin.com
15+
.LINK
16+
https://github.com/lazywinadmin/PowerShell
1517
#>
1618
PARAM ([String]$String)
1719
($String -as [Char[]]).count

0 commit comments

Comments
 (0)