Class StringExtensions
Inheritance
Assembly: DistributedLucene.Net.dll
Syntax
public static class StringExtensions : object
Methods
Name | Description |
---|---|
CodePointAt(String, Int32) | |
CodePointCount(String, Int32, Int32) | Returns the number of Unicode code points in the specified text
range of this |
CompareToOrdinal(String, String) | This method mimics the Java String.compareTo(String) method in that it
> or < .
|
GetBytes(String, Encoding) | |
IndexOf(String, Int32) | Returns the index within this string of the first occurrence of the
specified |
Intern(String) | Searches an internal table of strings for a string equal to this string. If the string is not in the table, it is added. Returns the string contained in the table which is equal to this string. The same string object is always returned for strings which are equal. |
OffsetByCodePoints(String, Int32, Int32) | |
ToBytesRefArray(String, Encoding) | |
ToCharSequence(String) | Convenience method to wrap a string in a StringCharSequenceWrapper
so a |
TrimEnd(String[]) | Removes null or empty elements from the end of a string array. |