vituarvom / react-smart-utils

A simple, smart hooks and utility functions to make development easier
https://www.npmjs.com/package/react-smart-utils
13 stars 34 forks source link

isStringEqualIgnoreCase #30

Open bharat-dussa opened 2 months ago

bharat-dussa commented 2 months ago

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:

Returns:

isStringEqualIgnoreCase("Hello", "hello"); // true
isStringEqualIgnoreCase("Hello", "Hello"); // true
isStringEqualIgnoreCase("Hello", "hi"); // false
nikkivaddepelli commented 2 months ago

@bharat-dussa I would like to work on this issue. Can you please assign this to me?

RahulJOD commented 2 months ago

Hi, Please assign this issue to me. I want to contribute.

vigneshhfine commented 1 month ago

"I would like to take on this task, so I kindly request you to accept me."

shirishabolli commented 1 month ago

plz assign me this issue