Open bharat-dussa opened 2 months ago
@bharat-dussa I would like to work on this issue. Can you please assign this to me?
Hi, Please assign this issue to me. I want to contribute.
"I would like to take on this task, so I kindly request you to accept me."
plz assign me this issue
isStringEqualIgnoreCase
Checks if two provided strings are equal, ignoring case sensitivity.
File:
src/utils/string/isStringEqualIgnoreCase/isStringEqualIgnoreCase.ts
Test File:src/utils/string/isStringEqualIgnoreCase/isStringEqualIgnoreCase.test.ts
Parameters:
str1: string
: The first string to compare.str2: string
: The second string to compare.Returns:
boolean
: Returnstrue
if both strings are equal (ignoring case), otherwise returnsfalse
.