# Value Mapper: String Reverse

**URL:** <https://forum.alumio.com/t/value-mapper-string-reverse/649>\
**Category:** Mappers\
**Created:** [June 19, 2023, 5:42pm UTC](https://forum.alumio.com/t/value-mapper-string-reverse/649 "2023-06-19T17:42:53Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![abubakar](https://forum.alumio.com/letter_avatar_proxy/v4/letter/a/8491ac/32.png) [@abubakar](https://forum.alumio.com/u/abubakar)\
**Post date:** [June 19, 2023, 5:42pm UTC](https://forum.alumio.com/t/value-mapper-string-reverse/649/1 "2023-06-19T17:42:53Z")

</div>

Hello everyone,  
I am confused on how to perform string reverse in Alumio

---

<div class="post-metadata">

**Author:** ![kjetil](https://forum.alumio.com/letter_avatar_proxy/v4/letter/k/bc8723/32.png) [@kjetil](https://forum.alumio.com/u/kjetil)\
**Post date:** [June 21, 2023, 7:19am UTC](https://forum.alumio.com/t/value-mapper-string-reverse/649/2 "2023-06-21T07:19:32Z")

</div>

if the place in question allows placeholders you can use [JMESPath reverse](https://jmespath.org/specification.html#reverse).  
I.e. “&{reverse(myPath)}”.
