Viewing docs for String v1.0.0
published on Friday, Oct 28, 2022 by DEPRECATED
published on Friday, Oct 28, 2022 by DEPRECATED
Viewing docs for String v1.0.0
published on Friday, Oct 28, 2022 by DEPRECATED
published on Friday, Oct 28, 2022 by DEPRECATED
Trim a prefix from a string.
Using trimPrefix
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function trimPrefix(args: TrimPrefixArgs, opts?: InvokeOptions): Promise<TrimPrefixResult>
function trimPrefixOutput(args: TrimPrefixOutputArgs, opts?: InvokeOptions): Output<TrimPrefixResult>def trim_prefix(prefix: Optional[str] = None,
string: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> TrimPrefixResult
def trim_prefix_output(prefix: Optional[pulumi.Input[str]] = None,
string: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[TrimPrefixResult]func TrimPrefix(ctx *Context, args *TrimPrefixArgs, opts ...InvokeOption) (*TrimPrefixResult, error)
func TrimPrefixOutput(ctx *Context, args *TrimPrefixOutputArgs, opts ...InvokeOption) TrimPrefixResultOutput> Note: This function is named TrimPrefix in the Go SDK.
public static class TrimPrefix
{
public static Task<TrimPrefixResult> InvokeAsync(TrimPrefixArgs args, InvokeOptions? opts = null)
public static Output<TrimPrefixResult> Invoke(TrimPrefixInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<TrimPrefixResult> trimPrefix(TrimPrefixArgs args, InvokeOptions options)
public static Output<TrimPrefixResult> trimPrefix(TrimPrefixArgs args, InvokeOptions options)
fn::invoke:
function: str:trimPrefix
arguments:
# arguments dictionaryThe following arguments are supported:
trimPrefix Result
The following output properties are available:
- Result string
- Result string
- result String
- result string
- result str
- result String
Package Details
- Repository
- str pulumi/pulumi-str
- License
Viewing docs for String v1.0.0
published on Friday, Oct 28, 2022 by DEPRECATED
published on Friday, Oct 28, 2022 by DEPRECATED
