How do I change the quotation marks for a tag? working to convert (* .dml -> delphi form) where something that was as text becomes list (stringlist).
Text Example:
CommandText = 'SELECT * FROM PRODUTOS'
We want to convert to
SQL.Text = ('SELECT * FROM PRODUTOS')
Note that we have to include the parentheses of Start (and end). Leaving the quotation marks.
How could this expression from Regex NOTE: I will use it to do TSimpleDataSet migration