Hacker News new | ask | show | jobs
by jodrellblank 1273 days ago
> "No IDE with regex capabilities available."

If it's Windows there should be PowerShell ISE installed.

1 comments

I know I should learn it but, I dunno, I just really dislike the PowerShell syntax. I get what they were going for with the Verb-Noun thing but it just reminds me of AppleScript and I can’t stand it.
You don't have to learn or use PowerShell to paste something into the ISE editor and go to 'Edit -> Replace in Script' and do a regex search/replace.
Ahaaa cool tip, that will be useful one day. Thank you.