1.0.0 • Published 1 year ago

opy_check v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

opy_check

A simple utility to check if a string is a palindrome using Opyytatain library.

Installation

You can install opy_check via npm:

npm install opy_check

Usage

// Import the opy_check module
const opyCheck = require('opy_check');

// Test if a string is a palindrome
const testString = "A man, a plan, a canal, Panama!";
console.log(`Is "${testString}" a palindrome? ${opyCheck.isPalindrome(testString)}`);

API

isPalindrome(str)

Checks if a given string is a palindrome.

  • str (String): The string to be checked.

Returns true if the string is a palindrome, false otherwise.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

1 year ago