技術記事與生活
PowerShell 將字串單字第一個字母轉換為大寫,其他小寫
$String = ('this is a book');(Get-Culture).TextInfo.ToTitleCase( $String.ToLower() )
沒有留言:
張貼留言