chop â string
Instance Public methods
Equivalent to ($_.dup).chop!
, except nil
is never
returned. See String#chop!
. Available only when -p/-n command
line option specified.
Equivalent to ($_.dup).chop!
, except nil
is never
returned. See String#chop!
. Available only when -p/-n command
line option specified.
Please login to continue.