@Manjuts90 Hi, I tried. When using IsMatch it is showing as false but in the regex tester it shows as 1 match @KarthikByggari I am using matches activity
Do check if "Number of Applicants: " is exactly the same as that in the input. Maybe, the input has extra spaces after the colon (:) or in between the words.
Meanwhile, I’ll look into the workflow and revert back asap.
Hi, my input file is a pdf. I am reading pdf then using the match activity. I got the test string from the ‘read pdf’ activity for regex. However, when I use ‘write text file’ and tried with that string, it works. Even though both are exactly the same including spacing. weird but okay