Skip to content

Commit 593fabc

Browse files
committed
Fixed case 🔫
1 parent 966c5b9 commit 593fabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubrik/Private/Test-UnicodeInString.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ function Test-UnicodeInString {
1010
$String
1111
)
1212

13-
[regex]::IsMatch($string, ".*[^\u0000-\u007F].*")
13+
[regex]::IsMatch($String, ".*[^\u0000-\u007F].*")
1414
}

0 commit comments

Comments
 (0)