Field NON_WORD_PATTERN
"\W+"
; Divides text at non-letters (NOT Character.isLetter(c))
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public static readonly Regex NON_WORD_PATTERN
Returns
Type | Description |
---|---|
System.Text.RegularExpressions.Regex |