Package com._1c.g5.v8.dt.lcore.matcher
package com._1c.g5.v8.dt.lcore.matcher
-
ClassesClassDescriptionInitial API for find pretty matching char sequences
Instances ofAbstractSequenceFinder
are stateful and are not safe for use by multiple threads.Default implementation ofAbstractSequenceFinder
This class remove all found sequences which has length less than pattern length
Also digit characters are NOT word boundaries in this implementationTests forDefaultSequenceFinder
Special implementation forDefaultSequenceFinder
This class override methodSpecialSequenceFinder.equalsChar(char, char)
New logic of the method is: Adds additional compare for char by transformed pattern char to char from different keyboard layout Supports only "QWERTY" keyboard layout