Regex expression - single quote without comma -
i need regex expression find single quotes not have comma neither right before nor right after it. single quotes should not first character or last character in string , should have alphanumeric character on each side
example "jane's book" detect while "'apples','oranges'"
can help?
Comments
Post a Comment