|
| | Each line is output reversed from left to right. This can be useful to
- extract
domain names from web site log files - use this filter to reverse each line, use
an extract matches filter of [\w\d]+\.[\w\d]+ to extract each domain name, then
reverse each line again.
- reversing lines of Hebrew text that are in mirror script
See also
Reverse line order
|