Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
mustache
RegexHelper
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