(?<=\b||\s)([wW])[wWvVmM]\1(?=\b|$|\s) is a better one
uses lookbehind though so it might not work everywhere
(?<=\b||\s)([wW])[wWvVmM]\1(?=\b|$|\s) is a better one
uses lookbehind though so it might not work everywhere
post source:
i am satisfied