Click or drag to resize
AbstractSearchSyntaxHelperFieldNameEvaluator Method
Converts all field names to lower case in regex result.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
protected virtual string FieldNameEvaluator(
	Match match
)

Parameters

match
Type: System.Text.RegularExpressionsMatch
Regular expression match

Return Value

Type: String
See Also