HasSingleOccurrenceParams
Parameters for hasSingleOccurrence.
Import:
import type { HasSingleOccurrenceParams } from 'obsidian-dev-utils/string';Signature:
export interface HasSingleOccurrenceParamsProperties
| Property | Type | Description |
|---|---|---|
| searchValue | string | The search value to check for. |
| str | string | The string to check. |
Links to this page: