TIL how to use preg_filter() to add a prefix or suffix to array elements

Use preg_filter to quickly add a prefix or suffix to all strings in an array.