- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["SpanExtensions"]
class Type type-node
Syntax
public static class SpanExtensions
Methods
Name | Return Value | Summary |
---|---|---|
Append |
Span |
static
|
Remove |
Span |
Removes characters from a character span by copying over them and returning a slice.
This is destructive and the original span should no longer be used.
static
|
Replace |
bool |
static
|
Replace |
bool |
static
|