I have numbers at the beginning of each line in a text file in the following format:
1: text written .... 2: text written ....
which lasts up to 973 lines.I want to remove any seed with a space and a colon after it ... How can I do this with a regex in Notepad ++?
You can use this template:
^\d+\s:
If you can have a few spaces after this:
1 : 10 : 100 :
Use this template:
^\d+\s+:
Make sure you have Wrap around checked:
try this it should work
^\d+(?:\.\d+)?%$
Source: https://habr.com/ru/post/1489012/More articles:Running total on one identifier in slip time window in MySql - sqlThreeJS - JSONLoader "Unable to read ownership formula" undefined - jsonHow to resolve relative path in Objective-C? - objective-cThin (ner) standalone client for enterprise application - javaBash logic to find the previous calendar day - dateTabView interfaces do not support selectOneMenu values - dynamicDownload Selenium-python, but the file is saved as .part - pythonMySQL Vs. Command Chain Raw requests - phpRegarding the warning message, "Classpath variable is deprecated," - javaRequest-URI Too big mistake - get rid of GET? - postAll Articles