xliner78
Posts: 1
Joined: Fri Jul 24, 2009 5:21 pm

Remove the numbers front of the saved serials

I want to help me to remove the number from exported serials to txt file
The following is an example
1. 869-787
2. 453-371
3. 912-830
4. 402-320
5. 363-281
6. 780-608
7. 844-762
8. 938-856
9. 781-609
10. 045-963
11. 269-187
12. 483-301
13. 674-592
14. 300-228
15. 389-207
16. 499-317
17. 431-359
18. 759-677
19. 734-652
20. 358-276
21. 405-323
22. 073-991
23. 858-776
24. 168-086
25. 959-877
26. 487-305
27. 091-919
28. 470-398
29. 434-352
30. 311-239
31. 975-893
32. 545-463
33. 665-583
34. 042-960
35. 731-659
36. 004-922
37. 348-266
38. 076-994
39. 895-713
40. 234-152
41. 742-660
42. 268-186
i want to remove 1. , 2. , 3. etc...
Help guys please :( :(
GabrielBarbu
Posts: 2146
Joined: Thu Jul 09, 2009 11:24 am
Contact: Website

Re: Remove the numbers front of the saved serials

Hi,

You can use a text editor that supports Regular Expressions.
- download Notepad++ from here
- open your file in Notepad++, go to Search->Replace.
- in the "Find what" field put "[0-9]+\." without the quotes
- leave the "Replace with" field blank
- make sure the "Regular expression" search mode is selected
- press "Replace all" and the indexes will be removed.

Regards,
Gabriel
Gabriel Barbu
Advanced Installer Team
http://www.advancedinstaller.com/

Return to “Feature Requests”