Jypeli 10
The simple game programming library
Jypeli.StringHelpers Jäsenlista

Tämä on lista kaikista jäsenistä luokassa Jypeli.StringHelpers, sisältäen kaikki perityt jäsenet.

Append(this string s, params object[] ends)Jypeli.StringHelpersstatic
IndexForWhich(this StringBuilder builder, Predicate< char > pred)Jypeli.StringHelpersstatic
IndexOf(this StringBuilder builder, char c)Jypeli.StringHelpersstatic
PutTo(this StringBuilder src, StringBuilder dest)Jypeli.StringHelpersstatic
PutTo(this StringBuilder src, StringBuilder dest, int start, int length)Jypeli.StringHelpersstatic
PutTo(this StringBuilder builder, int start, int length)Jypeli.StringHelpersstatic
RemoveLast(this StringBuilder builder, int chars)Jypeli.StringHelpersstatic
RemoveLeading(this StringBuilder builder, Predicate< char > pred)Jypeli.StringHelpersstatic
RemoveTrailing(this StringBuilder builder, Predicate< char > pred)Jypeli.StringHelpersstatic
Repeat(this string s, int times)Jypeli.StringHelpersstatic
StringEquals(object o1, object o2)Jypeli.StringHelpersstatic
Substring(this StringBuilder src, StringBuilder dest, int start, int length)Jypeli.StringHelpersstatic
Substring(this StringBuilder builder, int start, int length)Jypeli.StringHelpersstatic
TakeFirstWord(this StringBuilder src, StringBuilder dest)Jypeli.StringHelpersstatic
Trim(this StringBuilder builder)Jypeli.StringHelpersstatic