straightquotes(
TEXT
)

The straightquotes( function converts any “smart quotes” in the text into straight quotes.


Parameters

This function has one parameter:

text – text with quotes to be converted.


Description

This function converts any “smart quotes” in the text into straight quotes.

straightquotes({John said “hello!”}) ☞ John said "hello!"

History

VersionStatusNotes
10.2NewNew in this version.