We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Is there a way of searching for a certain paragraph in a list of paragraph

Certified Associate Developer

I have a list of paragraph  in one of those  there should be two key words  in separate  places  could  be one before another  for example sometimes  could be a text like this " hi  carls your property is  ready   you can verify in  96 days"  or the other way around " in 96  days  your new property would be ready" in this  case i would like to be able to find this two key word    and    get the exact paragraph  the key words  that will always be in this scenario are "property" and "## days" cause there are some paragraph that  could have one of this words but when we find them combined  it is a match. i was trying with regexarrayindexfirstmatch  but i could not make it work also i tried using  like() function  and find().

another thing all this  paragraph are coming form a PDF  file with  20 pages  more or less.and I'm getting them with the getpdftext() function.

is there any function or something that  could help  achieve this  efficiently cause  the only way  i find is looping a lot character by character in every single paragraph .

thanks in advance!

  Discussion posts and replies are publicly visible