C# Class robokins.Utility.Texts

Show file Open project: polyethene/robokins

Public Properties

Property Type Description
ItemDescrRSS System.Text.RegularExpressions.Regex
ItemRSS System.Text.RegularExpressions.Regex
StripTags System.Text.RegularExpressions.Regex

Public Methods

Method Description
Action ( string msg ) : string
Commands ( string Text ) : string[]

Splits command into an array as { first word, second word, everything after first word }.

StringBetween ( string search, string start, string end, int offset ) : string

Method Details

Action() public static method

public static Action ( string msg ) : string
msg string
return string

Commands() public static method

Splits command into an array as { first word, second word, everything after first word }.
public static Commands ( string Text ) : string[]
Text string The line to split.
return string[]

StringBetween() public static method

public static StringBetween ( string search, string start, string end, int offset ) : string
search string
start string
end string
offset int
return string

Property Details

ItemDescrRSS public static property

public static Regex,System.Text.RegularExpressions ItemDescrRSS
return System.Text.RegularExpressions.Regex

ItemRSS public static property

public static Regex,System.Text.RegularExpressions ItemRSS
return System.Text.RegularExpressions.Regex

StripTags public static property

public static Regex,System.Text.RegularExpressions StripTags
return System.Text.RegularExpressions.Regex