AbstractSearchSyntaxHelperFieldNameEvaluator Method |
Converts all field names to lower case in regex result.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax protected virtual string FieldNameEvaluator(
Match match
)
Parameters
- match
- Type: System.Text.RegularExpressionsMatch
Regular expression match
Return Value
Type:
StringSee Also