Guest User

Untitled

a guest
Dec 12th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. Find:
  2.  
  3. const (\w+) (&+|\*|) ?(\w+)
  4.  
  5. Replace with:
  6.  
  7. ${1} const${2} ${3}
Add Comment
Please, Sign In to add comment