Created
August 3, 2024 02:06
-
-
Save ecormaksin/1250fee5dc45fd16bd016b6f8e4f0007 to your computer and use it in GitHub Desktop.
Powershellで文字列を置換するワンライナー
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'<置換元の文字列>' -replace '[ \t!]', '_' | Set-Clipboard -PassThru |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment