Asked by Sasha Sosin on Sep 13, 2024
Sasha asks if there's a HubL filter to print the last x characters of a string.
Answered by Nich Mueller
Nich suggests using the split filter to convert the string into a list of characters and then applying slice.