notepad++ - match a string till end of the line

Costas

Administrator
Staff member
JavaScript:
1test439839483
2test384384732e3
3test49839438

how will transform to
JavaScript:
1
2
3

??

On notepad++ press ctrl+h, check the RegEx, on find what textbox write :
JavaScript:
test.*
leave the replace with empty

src - http://superuser.com/a/549336
 
Top