pali-finder
v1.0.0
Published
Pali-finder is a js package to find palidromes in a given string
Downloads
3
Readme
Pali-finder is a js package to find palidromes in a given string
for example:
input
"ababa"
output
"a", "aba", "ababa",
"b", "bab",
"a", "aba",
how to use?
first install it
npm i pali-finder
then import and call the function
import {getPali} from 'pali-finder'
getPali("<string>")