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. |
"\W+"
; Divides text at non-letters (NOT Character.isLetter(c))
public static readonly Regex NON_WORD_PATTERN
Type | Description |
---|---|
System. |