palindrome-check
Reactive icon

Palindrome check

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 28 Aug (9 days ago)
 by 
0.0
 (0 ratings)
palindrome-check

Palindrome check

Documentation
1.0.0

This code checks whether a given string or number is a palindrome by normalizing the input—removing non-alphanumeric characters and converting to lowercase—then comparing it to its reverse. If both match, the input is a palindrome.