python regex words with apostrophe in middle code example
Example 1: python regex words with apostrophe in middle
/('\w+)|(\w+'\w+)|(\w+')|(\w+)/
Example 2: python regex words with apostrophe in middle
'bout # pass
it's # pass
persons' # pass
' # fail
'' # fail