Skip to main content

Function: hasAsciiControlCharacters()

hasAsciiControlCharacters(value: string): boolean

Defined in: electron/services/sync/syncEngineUtils.ts:49

Returns true when the string contains ASCII control characters.

Parameters

value

string

String to check.

Returns

boolean

true when the string contains ASCII control characters.

Remarks

Delegates to the shared implementation to prevent validation drift, while keeping this module as the sync-layer public API surface.