I'm trying to split out the whole words out of a string without whitespace or special characters.
So from
'(votes + downvotes) / views'
I'd like to create an array like the following
['votes', 'downvotes, 'views']
Have tried the following, but catching the parens and some whitespace. https://regex101.com/r/yX9iW8/1