This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections.Generic; | |
| using System.Text.RegularExpressions; | |
| using Microsoft.Azure.Search.Models; | |
| namespace Presite.Core.Startup.Composers.Indexing | |
| { | |
| public class CultureIsoCodeFieldNameMatchExpression | |
| { | |
| /// <summary> | |
| /// Borrowed From Umbraco Source. Matches a culture iso name suffix |