C# 클래스 LessCss.Net.Minifier.WhiteSpaceFilter

파일 보기 프로젝트 열기: erikvanbrakel/less.net

공개 메소드들

메소드 설명
ConvertToUnix ( string input ) : string
RemoveComments ( string input ) : string
RemoveExtendedComments ( string input ) : string
RemoveLeadingAndTrailingWhiteSpace ( string input ) : string
RemoveMultipleWhiteSpaces ( string input ) : string
RemoveNewLines ( string input ) : string

비공개 메소드들

메소드 설명
CreateRegex ( string pattern ) : Regex

메소드 상세

ConvertToUnix() 공개 정적인 메소드

public static ConvertToUnix ( string input ) : string
input string
리턴 string

RemoveComments() 공개 정적인 메소드

public static RemoveComments ( string input ) : string
input string
리턴 string

RemoveExtendedComments() 공개 정적인 메소드

public static RemoveExtendedComments ( string input ) : string
input string
리턴 string

RemoveLeadingAndTrailingWhiteSpace() 공개 정적인 메소드

public static RemoveLeadingAndTrailingWhiteSpace ( string input ) : string
input string
리턴 string

RemoveMultipleWhiteSpaces() 공개 정적인 메소드

public static RemoveMultipleWhiteSpaces ( string input ) : string
input string
리턴 string

RemoveNewLines() 공개 정적인 메소드

public static RemoveNewLines ( string input ) : string
input string
리턴 string