Check if input string is palindrome.
strings comparison matchers for chai
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Palidrome detector
Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
Returns true if a string has an extglob.
mdast utility to get the plain text content of a node
Generate a unique character string suitible for use in files and URLs.
Unopinionated, no-frills CLI argument parser
Escape RegExp special characters
JSON Web Token implementation (symmetric and asymmetric)
A debug logger package for other Google libraries
Write files in an atomic fashion w/configurable ownership
Native Access to MacOS FSEvents
simple persistent cookiejar system
minimal implementation of a PassThrough stream
URL utilities for markdown-it
Polyfill of future proposal for `util.parseArgs()`
Runs (webpack) loaders
type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
Generate a unique filename for use in temporary directories or caches.
JSON.parse with bigints support
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Create an ArrayBuffer instance from a Data URI string
Identify strings that are palindromes or permutated palindromes
Has a class PalindromeString which contains method palindrome?
A very simply Gem to test is a string or integer is palindromic or not.
Takes a string as input, and ouputs true if that string is a permutation (anagram) of a palindrome.
Overrides Ruby's default String, Integer, and Array classes to determine whether or not their contents can be considered a palindrome.
Allows for "Racecar".palindrome? for strings, returning true. Works for strings of upper, lower, mixed, and punctuated contents. Also works for integers, so that 1234321.palindrome? returns true. Uses mixins.
Checks if an Integer or a String object is palindrome
Could be used for wide range of applications: words, phrases, sentences
The palindrome check is achieved by first converting the integer to a string, then comparing it to the reversed value of that string. Eg :- 5.palindrome?
Check if a string is a palindrome
palindrome string detector
String given palindrome or not.
No description provided.
No description provided.