C# Класс Mustache.RegexHelper

Provides utility methods that require regular expressions.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsValidIdentifier ( string name ) : bool

Determines whether the given name is a legal identifier.

Описание методов

IsValidIdentifier() публичный статический Метод

Determines whether the given name is a legal identifier.
public static IsValidIdentifier ( string name ) : bool
name string The name to check.
Результат bool