Click or drag to resize
AbstractSearchSyntaxHelperFieldNameEvaluator Method
Evaluator method, converts lowercase "to" to uppercase.

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

Parameters

match
Type: System.Text.RegularExpressionsMatch
Match

Return Value

Type: String
See Also