Home > @infiniteobjects/core-library-web > Strings
String Utilities
Signature:
export declare class Strings
Method | Modifiers | Description |
---|---|---|
truncate(value, maxLength, startLength, endLength) | static |
Truncates a string and adds an ellipsis if the string is longer than the specified length. |