RegEx to Clean Text
I used to work in Market Research and would spend hours cleaning up labels from surveys I’d programmed in online tools. The below video shows how easy it can be if you understand regular expressions and a little programming.
Regular Expressions can have a steep learning curve however it is really worth it if you continually get data that you need to clean. You can also check out this post of mine showing how they can be used to automate your metrics.
RegEx to clean text demo
A handy cheat-sheet is downloadable from here and a wonderful course from Kevin Skoglund available from Lynda.com is available here. Below is a great intro to the Regular Expressions.
https://www.youtube.com/watch?v=CvBKX_UYslQ
Regex to clean text in preparation for word count in PHP – Code …
php – Match all youtube links in a string of text – Code Review Stack …
php – Regex to remove inline javascript from string – Code Review …