Str Namespace
Type/Module | Description |
This module is automatically opened when the namespace Str is opened.
It provides a computational expression for building strings called |
|
Extension methods for System.String. Like DoesNotContain(str),.., This module is automatically opened when the namespace Str is opened. |
|
Extension methods for StringBuilder. Like IndexOf(str), append which returns unit, This module is automatically opened when the namespace Str is opened. |
|
Extension methods for System.String. Adds extension members on System.String. E.G. .First, .Second, .Last and similar indices. Also adds functionality for negative indices and s.Slice(startIdx:int , endIdx: int) that works with negative numbers. This module is NOT automatically opened when the namespace Str is opened. |
|
The main module with functions for transforming strings. |