Home > @uniformdev/context > isStringMatch

isStringMatch() function

Tests if a StringMatch matches a string value

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

lhs

</td><td>

string | number | null | undefined

</td><td>

</td></tr> <tr><td>

match

</td><td>

StringMatch

</td><td>

</td></tr> </tbody></table> Returns:

boolean