Do conditional-section's have a contains function for strings?
I am trying to use a 'conditional-section' within my document template to check if a string contains a certain substring. Take the example shown below:
Assume my JSON input looks like this:
{% conditional-section expr(House.furniture contains “Couch”) %}
The house contains a couch!
{% end-section %}
Is this possible? The docs linked below make no mention of such functionality.
Template Tags | Document Generation API | Adobe PDF Services
