MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / AlphaNumericPalindrome.test.js

File AlphaNumericPalindrome.test.js

String/test/AlphaNumericPalindrome.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import alphaNumericPalindrome from '../AlphaNumericPalindrome'
2
3describe('Testing the alpha numeric palindrome', () => {
4 // should return true if the given string has alphanumeric characters that are palindrome irrespective of case and symbols

Callers

nothing calls this directly

Calls 1

alphaNumericPalindromeFunction · 0.85

Tested by

no test coverage detected