Captain is currently in ALPHA. We are happy to get your feedback
Core API
Utils String

Module: utils/string

Table of contents

Functions

Functions

capitalizeFirstLetter

capitalizeFirstLetter(text): string

Parameters

NameType
textstring

Returns

string

Defined in

utils/string.ts:1 (opens in a new tab)


replaceImagePlaceholders

replaceImagePlaceholders(markdown, images): string

Parameters

NameType
markdownstring
images{ filePath: string ; id: string }[]

Returns

string

Defined in

utils/string.ts:5 (opens in a new tab)