dict.cc dictionary

DictImport.MUSTMATCH Field

Reg. expr. which each index keyword must match

[Visual Basic]
Private Shared ReadOnly MUSTMATCH As Regex
[C#]
private static readonly Regex MUSTMATCH;

Remarks

Index keywords not matching this reg. expr. are assumed to be garbage and they're not included in the index.

See Also

DictImport Class | dict Namespace