XPath: Fuzzy-Match
Tolerance must be between 0 and 1. A tolerance of 1 means an exact match. A tolerance of 0.85 is used if tolerance is not specified.
Selects both words
Example 1: //li[fuzzy-match(., 'betwn',0.85)]
Selects the exact match
Example 2: //li[fuzzy-match(., 'between',1)]
- Between
- Btwn