How to match an exact string in a Text content , i am using the below api. It matches strings containing the given string.
Example:
If the String to be found in the Text content is “Type”, it returns true even if it finds “Type” in “Typewriter” it should match only “Type” in the content,
row(2).ToString is the string to be found in the PDFContent.(Text Content)
The Match api does not return a Boolean value, i am using the isMatches in an If Condition. But apparently it it returning true even if that string is found as substring in other strings.