Hi!
Which actions can be helpful in a variable transformations? In my particular case I'd want to replace EOLs with spaces.
Hi!
Which actions can be helpful in a variable transformations? In my particular case I'd want to replace EOLs with spaces.
There are lots of actions that can manipulate variables in different ways, but for this particular use case, assuming you mean "ends of lines" i.e. line breaks, and assuming you're on a recent macOS release, I'd start with the "Search and Replace" action, and search for \R
with a regular expression, replacing with a space.
Thanks, it did the job!