Page 1 of 1

GoTo or paste path - removing return/newline and other erroneous characters

Posted: 06 Mar 2020 09:48
by randfee
Hi,

company internal I often receive emails containing a network folder filepath which is not properly formatted. Mostly there is one or more linebreaks contained in the string when copied from the email client.
XYplorer allows for the pasting of folder- and filepaths right into the panes (then jumping to mentioned location/file). The behavior is the same as invoking "GoTo" via CTRL+G then pasting a path and executing. Great so far.
Now I was wondering if there is a methodology to:
  • remove newline characters from a string when pasting directly inside a tab
  • maybe also search and replace %20 as this also often occurs
if this has no solution currently I would like to hand this in as a feature request as it would save a ton of time for many people I can imagine.

regards