Search found 10 matches
- Tue Nov 13, 2007 3:17 am
 - Forum: Advanced Find and Replace
 - Topic: Fixing These Files.
 - Replies: 4
 - Views: 26867
 
Re: Fixing These Files.
thanks.
					- Sat Nov 10, 2007 3:00 pm
 - Forum: Advanced Find and Replace
 - Topic: Fixing These Files.
 - Replies: 4
 - Views: 26867
 
Re: Fixing These Files.
 Go to main menu - Action - Options - Batch Replace
check "Modifier S"
Go to Batch replace tab, check on "Use regular expressions".
Put into the grid, search for:
(Hard:\r\n\s+\d+)\d(:\r\n)
Replace with:
$1$2
That's all I verified it works perfectly.
There is no "modifier s" box to check (maybe ...
					check "Modifier S"
Go to Batch replace tab, check on "Use regular expressions".
Put into the grid, search for:
(Hard:\r\n\s+\d+)\d(:\r\n)
Replace with:
$1$2
That's all I verified it works perfectly.
There is no "modifier s" box to check (maybe ...
- Sat Nov 10, 2007 4:27 am
 - Forum: Advanced Find and Replace
 - Topic: Fixing These Files.
 - Replies: 4
 - Views: 26867
 
Fixing These Files.
i have several "md" files which look something like this:
http://jeffrey1790.com/1.md
i would like it to remove the last digit from the number underneath the difficulty.
e.g
Hard:
95:
turns into
Hard:
9:
Thanks
					http://jeffrey1790.com/1.md
i would like it to remove the last digit from the number underneath the difficulty.
e.g
Hard:
95:
turns into
Hard:
9:
Thanks
- Mon Jun 25, 2007 1:12 pm
 - Forum: Advanced Find and Replace
 - Topic: How to Batch Replace This.
 - Replies: 1
 - Views: 15933
 
How to Batch Replace This.
i want to remove everything between #BGCHANGES: and ;
#TITLE:Amore;
#SUBTITLE:;
#ARTIST:Uniq;
#TITLETRANSLIT:;
#SUBTITLETRANSLIT:;
#ARTISTTRANSLIT:;
#GENRE:Dance;
#CREDIT:;
#BANNER:Amore-banner.png;
#BACKGROUND:Amore-bg.png;
#LYRICSPATH:;
#CDTITLE:;
#MUSIC:Amore.ogg;
#OFFSET:-0.400;
#SAMPLESTART:68 ...
					#TITLE:Amore;
#SUBTITLE:;
#ARTIST:Uniq;
#TITLETRANSLIT:;
#SUBTITLETRANSLIT:;
#ARTISTTRANSLIT:;
#GENRE:Dance;
#CREDIT:;
#BANNER:Amore-banner.png;
#BACKGROUND:Amore-bg.png;
#LYRICSPATH:;
#CDTITLE:;
#MUSIC:Amore.ogg;
#OFFSET:-0.400;
#SAMPLESTART:68 ...
- Wed May 30, 2007 8:11 pm
 - Forum: Advanced Find and Replace
 - Topic: Macro Replace On Multiline while using wildcard.
 - Replies: 10
 - Views: 54357
 
- Wed May 30, 2007 8:07 pm
 - Forum: Advanced Find and Replace
 - Topic: Macro Replace On Multiline while using wildcard.
 - Replies: 10
 - Views: 54357
 
- Wed May 30, 2007 8:04 pm
 - Forum: Advanced Find and Replace
 - Topic: Macro Replace On Multiline while using wildcard.
 - Replies: 10
 - Views: 54357
 
- Wed May 30, 2007 7:54 pm
 - Forum: Advanced Find and Replace
 - Topic: Macro Replace On Multiline while using wildcard.
 - Replies: 10
 - Views: 54357
 
- Tue May 29, 2007 5:22 pm
 - Forum: Advanced Find and Replace
 - Topic: Macro Replace On Multiline while using wildcard.
 - Replies: 10
 - Views: 54357
 
- Tue May 29, 2007 3:17 pm
 - Forum: Advanced Find and Replace
 - Topic: Macro Replace On Multiline while using wildcard.
 - Replies: 10
 - Views: 54357
 
Macro Replace On Multiline while using wildcard.
I would like to be able to do this:
Ex of text file.
#NOTES:
dance-single:
Renard:
Challenge:
109: <----------------(RATING)
0.840,0.925,0.279,0.192,1.000:
0000
0000
0000
0000
#NOTES:
dance-single:
Renard:
Hard:
93: <----------------(RATING)
0.840,0.925,0.279,0.192,1.000:
0000
0000 ...
					Ex of text file.
#NOTES:
dance-single:
Renard:
Challenge:
109: <----------------(RATING)
0.840,0.925,0.279,0.192,1.000:
0000
0000
0000
0000
#NOTES:
dance-single:
Renard:
Hard:
93: <----------------(RATING)
0.840,0.925,0.279,0.192,1.000:
0000
0000 ...