Hello,
I'd like to know if there's a regular expression that will remove single quotes but keep them if they're surrounded by letters. Basically I'd like to turn this:
'Tom's awesome pot roast'
into
Tom's awesome pot roast
Any idea how I would do that? I triedbut that replaces all single quotes. Thanks.PHP Code:[\b'\b]




Bookmarks