| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FuzzyClass > FuzzyClass Methods >====== Match (find query matches) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[kill shutdown fuzzyclass object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setoption set fuzzymatch options .htm|{{btn_next_n.gif|Next page}}]] | | || **Match(**//document//**//,//**// query//**)** {{blk2blue.jpg|blk2blue.jpg}} | **Match** | Finds matching records based on the query. | | //document// | A string constant, variable, EQUATE or expression that is compared against when matching records. | | //query// | A string constant, variable, EQUATE, or expression that contains the value to search on. | The **Match** method returns a value based on where an instance of the query is found within the //document//. **Return Data Type:**     BYTE