Unanswered SecureRemote (or AppWrap) file matching multiple lines

  • Friday, March 16, 2012 7:09 PM
     
     

    It sounds a silly question but I'm failing completely in testing - can a search tag in SRA/AppWrap match multiple lines?

    The obvious thing to do is copy & paste the lines from the site into Editor and convert to base64, but it doesn't match

    I saw a post from Ran sayign you can use Regex, does that match over multiple lines (to get around what is probably a white space issue)

    Thx!

All Replies

  • Thursday, March 22, 2012 11:24 AM
     
     
    Well with regex you can but you need to include new lines in your regex, something like starttext.*(\n|.)*.*endtext does the trick