Text Reversal Tool
Tip: The 'project delimiter' setting is only valid for 'flip by project order'.
Example
Input text
1text 2text 3text 4text 5text
Flip text by wordThe result (the input text is reordered by reversing each word)
ʇxǝʇ5 ʇxǝʇ4 ʇxǝʇ3 ʇxǝʇ2 ʇxǝʇ1
Flip by project orderThe result (with a line break as the project delimiter [↵])
5text 4text 3text 2text 1text
Flip by project order(When the project delimiter is a comma [,])
Input text
1text,2text,3text,4text,5text
Output result
5text,4text,3text,2text,1text