Enhanced C#
Language of your choice: library documentation
|
This is the complete list of members for Loyc.StringBuilderExt, including all inherited members.
AppendCodePoint(this StringBuilder s, int c) | Loyc.StringBuilderExt | inlinestatic |
EndsWith(this StringBuilder sb, UString what, bool ignoreCase=false) | Loyc.StringBuilderExt | inlinestatic |
FirstIndexOf(this StringBuilder sb, char value, int startIndex=0) | Loyc.StringBuilderExt | inlinestatic |
FirstIndexOf(this StringBuilder sb, UString searchStr, int startIndex=0, bool ignoreCase=false) | Loyc.StringBuilderExt | inlinestatic |
IndexOf(this StringBuilder sb, char value, int startIndex=0) | Loyc.StringBuilderExt | static |
IndexOf(this StringBuilder sb, UString searchStr, int startIndex=0, bool ignoreCase=false) | Loyc.StringBuilderExt | static |
Last(this StringBuilder str) | Loyc.StringBuilderExt | inlinestatic |
LastIndexOf(this StringBuilder sb, char searchChar, int startIndex=int.MaxValue) | Loyc.StringBuilderExt | inlinestatic |
LastIndexOf(this StringBuilder sb, UString searchStr, int startIndex=int.MaxValue, bool ignoreCase=false) | Loyc.StringBuilderExt | inlinestatic |
LastOrDefault(this StringBuilder str, char @default='\0') | Loyc.StringBuilderExt | inlinestatic |
StartsWith(this StringBuilder sb, UString what, bool ignoreCase=false) | Loyc.StringBuilderExt | inlinestatic |
Substring(this StringBuilder sb, int startIndex, int length) | Loyc.StringBuilderExt | inlinestatic |
SubstringEquals(StringBuilder sb, int start, UString what, bool ignoreCase=false) | Loyc.StringBuilderExt | inlinestatic |
Trim(this StringBuilder sb) | Loyc.StringBuilderExt | inlinestatic |
Trim(this StringBuilder sb, params char[] trimChars) | Loyc.StringBuilderExt | inlinestatic |
TrimEnd(this StringBuilder sb) | Loyc.StringBuilderExt | inlinestatic |
TrimEnd(this StringBuilder sb, params char[] trimChars) | Loyc.StringBuilderExt | inlinestatic |
TrimStart(this StringBuilder sb) | Loyc.StringBuilderExt | inlinestatic |
TrimStart(this StringBuilder sb, params char[] trimChars) | Loyc.StringBuilderExt | inlinestatic |
TryGet(this StringBuilder s, int index) (defined in Loyc.StringBuilderExt) | Loyc.StringBuilderExt | inlinestatic |
TryGet(this StringBuilder s, int index, char defaultValue) (defined in Loyc.StringBuilderExt) | Loyc.StringBuilderExt | inlinestatic |