Skip to content

Instantly share code, notes, and snippets.

@ecormaksin
Created August 3, 2024 02:06
Show Gist options
  • Save ecormaksin/1250fee5dc45fd16bd016b6f8e4f0007 to your computer and use it in GitHub Desktop.
Save ecormaksin/1250fee5dc45fd16bd016b6f8e4f0007 to your computer and use it in GitHub Desktop.
Powershellで文字列を置換するワンライナー
'<置換元の文字列>' -replace '[ \t!]', '_' | Set-Clipboard -PassThru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment