In Part 1 , you lerned how Regular Expressions can extract useful information from noise text. In Part 2 , we looked at using Regular Expressions to split text, yet another powerful technique to extract the pieces of information you may need. Today, we conclude our little excurse and use Regular Expressions...
Ready for a challenge? Here it is: take a text, and replace a number of different characters. How would you do that? I wanted PowerShell to replace all German special characters with alternative text. Boy, was I in for a surprise! If you'd like to take on the challenge, pause reading now and go find...