I'm trying to figure out the Regular Expression to match the word boundary but exclude the word if it has any prefix OR suffix. I'm able to find the word using word boundary, but it is not excluding the certain patterns of the word.I'm trying to figure out the Regular Expression