@gettoor/core / findPlaceholders
Function: findPlaceholders()
findPlaceholders(
text:string):string[]
Finds placeholders in a string.
Parameters
| Parameter | Type | Description |
|---|---|---|
text | string | The text to get the placeholders from. |
Returns
string[]
The placeholders in the text.