Skip to content

zonuexe/region-convert.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Region Convert (region-convert.el)

MELPA: region-convert MELPA stable: region-convert

demo-region-convert.gif

Interactive

  1. Select text region (mark region)
  2. M-x region-convert (or press binding key)
  3. Input function name (completing read)

Key binding

(global-set-key (kbd "C-c r") 'region-convert)

Use from Lisp

(region-convert 5 22 'upcase)

About

Convert string in region by Lisp function

Resources

Stars

Watchers

Forks

Packages

No packages published