Post History
Japt -R, 14 13 bytes ;Bãê kb'A û ê Test it Takes all substrings of the alphabet, palindromizes them, and then takes only the ones starting with A and centers and mirrors that too. -1 byte tha...
Answer
#2: Post edited
# [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 14 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1);Bãê kb"A" û ê- Takes all substrings of the alphabet, palindromizes them, and then takes only the ones starting with A and centers and mirrors that too.
[Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=O0Lj6iBrYiJBIiD7IOo)
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <strike>14</strike> 13 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- ;Bãê kb'A û ê
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=O0Lj6iBrYidBIPsg6g)
- Takes all substrings of the alphabet, palindromizes them, and then takes only the ones starting with A and centers and mirrors that too.
- _-1 byte thanks to @Shaggy_
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 14 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1) ;Bãê kb"A" û ê Takes all substrings of the alphabet, palindromizes them, and then takes only the ones starting with A and centers and mirrors that too. [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=O0Lj6iBrYiJBIiD7IOo)