Ok. Here is the example of content of the file:
ESKWAERKS@YAHOO.COM
SPPPPPP ELECTRONIC TTTT TTTTTTTT
BDateDDDDDD /30/02
ESKWAERK2@YAHOO.COM
SPPPPPP ELECTRONIC TTTT TTTTTTTT
BDateDDDDDD /30/02
Now I need to divide the file into mulitple files so it will become
File1
ESKWAERKS@YAHOO.COM ...
Search found 15 matches
- Mon Dec 05, 2005 7:47 pm
- Forum: General
- Topic: help with Regular Expression
- Replies: 6
- Views: 1095
- Mon Dec 05, 2005 6:56 pm
- Forum: General
- Topic: help with Regular Expression
- Replies: 6
- Views: 1095
- Mon Dec 05, 2005 6:19 pm
- Forum: General
- Topic: help with Regular Expression
- Replies: 6
- Views: 1095
help with Regular Expression
I need a regular expression that will only match the Letter "E" which is the first character in line of first sting so:
E<email>
I need to find incorporate regular expression that will only look for the lines that start with an E. Any ideas?
Is it possible?
E<email>
I need to find incorporate regular expression that will only look for the lines that start with an E. Any ideas?
- Tue Jun 21, 2005 4:13 pm
- Forum: WildEdit
- Topic: Wild character
- Replies: 0
- Views: 1468
Wild character
Hi Everyone,
I need some help again from you guys :-). I have a code that is not the same in all files. The part that is different in every file is marked as >>> ..... javacode.... <<<. Basically I am trying to use a wild character that will match and replace anything that is in >>> javacode ...
I need some help again from you guys :-). I have a code that is not the same in all files. The part that is different in every file is marked as >>> ..... javacode.... <<<. Basically I am trying to use a wild character that will match and replace anything that is in >>> javacode ...
- Mon Jun 06, 2005 8:35 pm
- Forum: WildEdit
- Topic: remove data
- Replies: 4
- Views: 2448
- Mon Jun 06, 2005 6:54 pm
- Forum: WildEdit
- Topic: remove data
- Replies: 4
- Views: 2448
remove data
Hi All,
Need some help!
I have over 200 files where I need to remove everything after
^symbolset 108
Does anyone know what I should search for?
Search For:
^symbolset 108.*
Replace with:
^symbolset 108
Thank You in advance!
Need some help!
^symbolset 108
Does anyone know what I should search for?
Search For:
^symbolset 108.*
Replace with:
^symbolset 108
Thank You in advance!
- Tue May 03, 2005 1:07 pm
- Forum: WildEdit
- Topic: find files
- Replies: 5
- Views: 2480
- Mon May 02, 2005 8:32 pm
- Forum: WildEdit
- Topic: find files
- Replies: 5
- Views: 2480
- Mon May 02, 2005 7:13 pm
- Forum: WildEdit
- Topic: find files
- Replies: 5
- Views: 2480
find files
Hi Guys,
Need some help from WildEdit pros:-)
I need to find all files containing:
<integer name="MaxChars">5</integer>
the trick is I need to find files where the max char is 5 or greater. Does anyone know what I should put in instead of 5 so all files with <5 are not found?
Thanks,
Sebastian
Need some help from WildEdit pros:-)
I need to find all files containing:
<integer name="MaxChars">5</integer>
the trick is I need to find files where the max char is 5 or greater. Does anyone know what I should put in instead of 5 so all files with <5 are not found?
Thanks,
Sebastian
- Mon Mar 14, 2005 4:03 pm
- Forum: WildEdit
- Topic: FIND issue
- Replies: 2
- Views: 1700
- Thu Mar 10, 2005 8:25 pm
- Forum: WildEdit
- Topic: FIND issue
- Replies: 2
- Views: 1700
FIND issue
Hi,
I ran into a problem. I am trying to replace the following code within 77 files. The code is the same in all files:
var d = new Date();
Var date_string = util.printd("yyyy-mm-dd", d);
var newFileName;
newFileName = Page1.Find("FILENAME",1).Value + 'REV=' + date_string + '-' + d.getHours ...
I ran into a problem. I am trying to replace the following code within 77 files. The code is the same in all files:
var d = new Date();
Var date_string = util.printd("yyyy-mm-dd", d);
var newFileName;
newFileName = Page1.Find("FILENAME",1).Value + 'REV=' + date_string + '-' + d.getHours ...
- Wed Mar 02, 2005 10:04 pm
- Forum: WildEdit
- Topic: WILDEDIT: WildCard search/replace
- Replies: 5
- Views: 2874
- Wed Mar 02, 2005 8:16 pm
- Forum: WildEdit
- Topic: WILDEDIT: WildCard search/replace
- Replies: 5
- Views: 2874
- Wed Mar 02, 2005 8:10 pm
- Forum: WildEdit
- Topic: WILDEDIT: WildCard search/replace
- Replies: 5
- Views: 2874
THANK YOU!
Many Thanks! 
- Wed Mar 02, 2005 6:41 pm
- Forum: WildEdit
- Topic: WILDEDIT: WildCard search/replace
- Replies: 5
- Views: 2874
WILDEDIT: WildCard search/replace
Hi,
I have small problem. I need to delete the code below from 250 text files.
<field name="FILEREV" presence="hidden" y="7.112mm" x="128.524mm" w="4.23mm" h="4.5mm">
The problem is that x and y are not constant. They are different in every file.
I tried
<field name="FILEREV" presence="hidden ...
I have small problem. I need to delete the code below from 250 text files.
<field name="FILEREV" presence="hidden" y="7.112mm" x="128.524mm" w="4.23mm" h="4.5mm">
The problem is that x and y are not constant. They are different in every file.
I tried
<field name="FILEREV" presence="hidden ...