strMatchString

fun strMatchString(searchTerm: String, potentialHit: String, acceptAlternates: Boolean): Boolean

Checks if a search conducted for @search_term should match

Return

true if @potential_hit is a hit

Since

2.40

Parameters

searchTerm

the search term from the user

potentialHit

the text that may be a hit

acceptAlternates

if true, ASCII alternates are accepted