I have many files in a folder with this format
constant_blah_blah_blah.png
How can I replace the underscores with spaces and also remove the constant_ from them using PowerShell?
Thanks in advance.
|
I have many files in a folder with this format
How can I replace the underscores with spaces and also remove the constant_ from them using PowerShell? Thanks in advance. |
|||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can try this
|
|||
|
|
Or shorter:
|
|||
|
|