in reply to Re: How to make a variable in a single line
in thread How to make a variable in a single line

What is \d?

 s{ \R+ }{}gx aka  s{[\x{000A}\x{000C}\x{000D}\x{0085}\x{2028}\x{2029}]+}{}g

Replies are listed 'Best First'.
Re^3: How to make a variable in a single line
by rovf (Priest) on Jun 05, 2013 at 15:36 UTC
    Thanks, I corrected my posting.

    -- 
    Ronald Fischer <ynnor@mm.st>