JCL Help:TUTBMSearch

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

TSearchEngine
|
TUTBMSearch


Summary

Unicode Tuned Boyer-Moore Search class.


Pascal

 public TUTBMSearch = class(TSearchEngine);


Description

TUTBMSearch is a Unicode Tuned Boyer-Moore (UTBM) search implementation. The class handles low and high surrogates, case-(in)sensitivity, can ignore non-spacing characters and optionally returns whole words only.


About

Unit

JclUnicode


Navigation

Donator

Mike Lischke


Notes

This implementation is an extended translation from a free package written by Mark Leisher (mleisher@crl.nmsu.edu).


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page