MCPcopy Create free account
hub / github.com/dailydotdev/apps / checkLowercaseEquality

Function checkLowercaseEquality

packages/shared/src/lib/strings.ts:42–45  ·  view source on GitHub ↗
(
  value1: string,
  value2: string,
)

Source from the content-addressed store, hash-verified

40export const anchorDefaultRel = 'noopener noreferrer';
41
42export const checkLowercaseEquality = (
43 value1: string,
44 value2: string,
45): boolean => value1?.toLowerCase() === value2?.toLowerCase();
46
47/**
48 * Escapes special regex characters in a string to make it safe for use in RegExp constructor.

Callers 3

DevCardFunction · 0.90
DevCardFooterFunction · 0.90
DevCardStep2Function · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected