Home | History | Annotate | Download | only in doc

Lines Matching full:replacing

1237    To increment one number you just add 1 to last digit, replacing it
1245 replacing trailing nines with an underscore, then using multiple `s'
2399 * Replacing all text matching regexp in a line: The "s" Command.
2401 * Replacing only Nth match of regexp in a line: The "s" Command.
2403 * Replacing selected lines with other text: Other Commands. (line 52)