Need some help trying to form a regular expression that would be suitable in identifying a string to preg_replace on.
search for a particular string which could be alphanumeric and of any number of characters/numbers (for eg. 'vbulletin') AND must have a single whitespace
both before and after this particular alphanumeric string (ie. ' vbulletin ')
seems wrong.
anyone ?
regex-s confuse me :disappointed: