operations-string

1.0.1 • Public • Published

operations-string

Operations string is a npm package to perform basic operations for string manipulations.

Installation

npm install operations-string

Usage

var opstr = require('operations-string');

Check whether a string is palindrome or not

var str="aba"; var ispal = opstr.palindrome(str);

Output

ispal == true if string is palindrome ispal == false if string is not palindrome

Readme

Keywords

Package Sidebar

Install

npm i operations-string

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • sumeetkhirwal