@technobuddha > library > String > Operations
Function: unindent()
ts
function unindent(input: string, pattern: IndentOptions): string;Defined in: unindent.ts:12
Remove indentation from text
Parameters
| Parameter | Type | Description |
|---|---|---|
input | string | The indented text |
pattern | IndentOptions | (space) |
Returns
string