Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
mustache
RegexHelper
C# Class mustache.RegexHelper
Provides utility methods that require regular expressions.
ファイルを表示
Open project: Zocdoc/mustache-sharp
Public Methods
Method
Description
IsValidIdentifier
(
string
name
) :
bool
Determines whether the given name is a legal identifier.
Method Details
IsValidIdentifier()
public
static
method
Determines whether the given name is a legal identifier.
public
static
IsValidIdentifier
(
string
name
) :
bool
name
string
The name to check.
return
bool