show/hide this revision's text 2 added 2 characters in body

This should catch both 'and' or ','

(?:\sand|,)
?:\sand|,)\s
show/hide this revision's text 1

This should catch both 'and' or ','

(?:\sand|,)