C# Class CommonMarkSharp.StringExtensions

ファイルを表示 Open project: MortenHoustonLudvigsen/CommonMarkSharp

Private Methods

Method Description
CountWhile ( this str, int start, CharSet chars, long max = int.MaxValue ) : int
CountWhile ( this str, int start, bool>.Func predicate, long max = int.MaxValue ) : int
CountWhile ( this str, int start, char c, long max = int.MaxValue ) : int
CountWhileNot ( this str, int start, CharSet chars, long max = int.MaxValue ) : int
CountWhileNot ( this str, int start, bool>.Func predicate, long max = int.MaxValue ) : int
CountWhileNot ( this str, int start, char c, long max = int.MaxValue ) : int
StartsWith ( this str, int start, string value ) : bool