A simple Node.js utility to check if a string is a palindrome.
The manacher algorithm for solving palindrome string problems
a simple palindrome string
strings comparison matchers for chai
Check if input string is palindrome.
Palidrome detector
Get the visual width of a string - the number of columns required to display it
This library provides utility functions for working with array data that are useful in many contexts, including creative coding. It offers generic functions that perform common operations such as offsetting an array, generating an array based on a callbac
A utility package to parse strings
'A package which check given string is a Palindrome string or not in js'
Escape RegExp special characters
Indent each line in a string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Modify strings, generate sourcemaps
strings comparison matchers for chai
Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
A minimal UTF8 implementation for number arrays.
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
LZ-based compression algorithm
Wordwrap a string with ANSI escape codes
Strip leading whitespace from each line in a string
Native Access to MacOS FSEvents
CLI arguments parser. Native port of python's argparse.
A minimal base64 implementation for number arrays.
Palindrome gem
Has a class PalindromeString which contains method palindrome?
Identify strings that are palindromes or permutated palindromes
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
No description provided.
No description provided.
No description provided.
No description provided.