Hello everyone there!
I´m working in a project that involves managing english expressions, and I need to include single quotes inside terms delimited by single quotes. How can I do this?
Here is an example: 'that's right'
Thank you very much.
Hasta luego. Luis.
Just double the quotes inside -> 'that''s right' or precede them with a backslash -> 'that's right'
Daniel