C# Class PoshCode.Utility.StringHelper

Mostrar archivo Open project: Jaykul/PoshConsole

Public Methods

Method Description
GetLastWord ( this cmdline, bool trimQuotes = true ) : string
LineCount ( this text ) : int

Method Details

GetLastWord() public static method

public static GetLastWord ( this cmdline, bool trimQuotes = true ) : string
cmdline this
trimQuotes bool
return string

LineCount() public static method

public static LineCount ( this text ) : int
text this
return int