Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Conversation

@Danieladu
Copy link
Contributor

Original C# issue: https://github.com/microsoft/botbuilder-dotnet/issues/4780
C# pr: microsoft/botbuilder-dotnet#4781

Description

Add a prebuilt function that can reverse a certain String or Array/List.

Example:

reverse('abc') -> "cba"
reverse(['a', 'b', 'c']) -> ["c", "b", "a"]

@Danieladu Danieladu marked this pull request as ready for review October 12, 2020 07:29
@Danieladu Danieladu requested a review from a team as a code owner October 12, 2020 07:29
@Danieladu Danieladu requested review from chrimc62 and tomlm October 12, 2020 07:29
@joshgummersall joshgummersall merged commit d5458bf into main Oct 12, 2020
@joshgummersall joshgummersall deleted the hond/reverse branch October 12, 2020 18:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants