C# 클래스 Mustache.RegexHelper

Provides utility methods that require regular expressions.
파일 보기 프로젝트 열기: ExactTargetDev/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