Toggle navigation
Hot Examples
KO
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.
파일 보기
프로젝트 열기: Zocdoc/mustache-sharp
공개 메소드들
메소드
설명
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