Using Regular Expressions – Introduction and Simple Use Case

Regular expressions are a way to define an advanced search pattern that can be very useful for manipulating text, among other things. They are used quite a bit in programming languages but in this case, I am showing how I use them in a text editor to manipulate text copied from a website into a […]