Ticket #998 (new enhancement)
refactoring: replace double quotes by single quotes where appropriate
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Refactoring Perl 5 | Version: | 0.69 |
| Keywords: | refactoring, quoting | Cc: |
Description
Apply to selected text or complete document.
Some examples:
"bla" --> 'bla'
"$value" --> "$value"
"'" --> "'"
"You said \"that\"." --> 'You said "that".'
qq{Some text} --> q{Some text}
Change History
Note: See
TracTickets for help on using
tickets.
