powershellbyexample icon indicating copy to clipboard operation
powershellbyexample copied to clipboard

Case Sesitivity in Powershell

Open B-Art opened this issue 1 year ago • 0 comments

Lots of commands can be case (in-)sensitive. For instance the Switch command: switch [-regex | -wildcard | -exact] [-casesensitive] () { "string" | number | variable | { } { } default { } # optional } Just a remark with every command that can do this would be great in my opinion.

Wonderfull website you have. Thnx.

B-Art avatar Jun 19 '24 06:06 B-Art