View Single Post
Old 02-29-2016, 07:58 PM   #5
Paltieldav
Enthusiast
Paltieldav began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Feb 2016
Device: Amazon Kindle Fire
Quote:
Originally Posted by eschwartz View Post
Using a regular expression.
(You need to switch from "character match" mode to "regular expression" mode. See HERE.)

Find:
Code:
\(\d+\)(.*)
Replace:
Code:
\1


Thank you!
Paltieldav is offline   Reply With Quote