3 references to Length
Microsoft.ML.Tokenizers (2)
PreTokenizer\PreTokenizer.cs (2)
72match = (beginning + m.Index, m.Length); 92match = (beginning + m.Index, m.Length);
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (1)
73return m.Index == 0 && m.Length == stringValue.Length;