Header menu logo Str

Str Namespace

Type/Module Description

AutoOpenComputationalExpression

This module is automatically opened when the namespace Str is opened. It provides a computational expression for building strings called str.

AutoOpenExtensionsString

Extension methods for System.String. Like DoesNotContain(str),.., This module is automatically opened when the namespace Str is opened.

AutoOpenExtensionsStringBuilder

Extension methods for StringBuilder. Like IndexOf(str), append which returns unit, This module is automatically opened when the namespace Str is opened.

ExtensionsString

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.

Str

The main module with functions for transforming strings.

Type something to start searching.