Text::UpsideDown - Flip text upside-down using Unicode
use Text::UpsideDown;
say upside_down("foo");
# prints "ooɟ"
This module will flip text upside-down using Unicode.
- All available Perl 6 Text modules
- Original Perl 5 version
This software is copyright (c) 2007 by Marcel Grünauer and Mike Doherty. Steve (mcsnolte) Nolte ported it to Perl 6 in 2016.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.