Skip to main content

core.matchesstringvalue

Home > @medplum/core > matchesStringValue

matchesStringValue() function

Signature:

export declare function matchesStringValue(resourceValue: unknown, filterValue: string, asToken?: boolean): boolean;

Parameters

Parameter

Type

Description

resourceValue

unknown

filterValue

string

asToken

boolean

(Optional)

Returns:

boolean