Please suggest if there is any way to implement a rule on string type variable that contains single Quote ('). For example I want to implement below rule:
If name is equal to Apple's then fruit = true.
Thanks,
Archana
Posted by Timothy Williamson on 28-Apr-2017 11:33
I looks like you should be able to escape the apostrophe with a backslash.
All Replies
Posted by Timothy Williamson on 28-Apr-2017 11:33
I looks like you should be able to escape the apostrophe with a backslash.