Search found 15 matches
- Mon Dec 05, 2005 7:47 pm
- Forum: General
- Topic: help with Regular Expression
- Replies: 6
- Views: 811
- Mon Dec 05, 2005 6:56 pm
- Forum: General
- Topic: help with Regular Expression
- Replies: 6
- Views: 811
- Mon Dec 05, 2005 6:19 pm
- Forum: General
- Topic: help with Regular Expression
- Replies: 6
- Views: 811
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? Is it possible?
- Tue Jun 21, 2005 4:13 pm
- Forum: WildEdit
- Topic: Wild character
- Replies: 0
- Views: 988
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 ...
- Mon Jun 06, 2005 8:35 pm
- Forum: WildEdit
- Topic: remove data
- Replies: 4
- Views: 1389
- Mon Jun 06, 2005 6:54 pm
- Forum: WildEdit
- Topic: remove data
- Replies: 4
- Views: 1389
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! 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!
- Tue May 03, 2005 1:07 pm
- Forum: WildEdit
- Topic: find files
- Replies: 5
- Views: 1376
- Mon May 02, 2005 8:32 pm
- Forum: WildEdit
- Topic: find files
- Replies: 5
- Views: 1376
first I was getting over 500 replacements in 3 test files where there should be not more than 15. then I used <integer name="MaxChars">([5-9]|[0-9]{2,})</integer> and I got correct count. Can you please tell me what should I change if next I want to find files with MaxChar =>85 I don't undertand ...
- Mon May 02, 2005 7:13 pm
- Forum: WildEdit
- Topic: find files
- Replies: 5
- Views: 1376
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
- Mon Mar 14, 2005 4:03 pm
- Forum: WildEdit
- Topic: FIND issue
- Replies: 2
- Views: 1066
- Thu Mar 10, 2005 8:25 pm
- Forum: WildEdit
- Topic: FIND issue
- Replies: 2
- Views: 1066
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 ...
- Wed Mar 02, 2005 10:04 pm
- Forum: WildEdit
- Topic: WILDEDIT: WildCard search/replace
- Replies: 5
- Views: 1549
- Wed Mar 02, 2005 8:16 pm
- Forum: WildEdit
- Topic: WILDEDIT: WildCard search/replace
- Replies: 5
- Views: 1549
hmmm it didn't work. WildEdit didn't find a match. When I put FIND What: <field name="FILEREV" presence="hidden" y="7.112mm" x="128.524mm" w="4.23mm" h="4.5mm"> it finds it. when I put: <field name="FILEREV" presence="hidden" y="[0-9.]+mm" x="[0-9.]+mm" w="[0-9.]+mm" h="[0-9.]+mm"> nothing should i ...
- Wed Mar 02, 2005 8:10 pm
- Forum: WildEdit
- Topic: WILDEDIT: WildCard search/replace
- Replies: 5
- Views: 1549
THANK YOU!
Many Thanks!
- Wed Mar 02, 2005 6:41 pm
- Forum: WildEdit
- Topic: WILDEDIT: WildCard search/replace
- Replies: 5
- Views: 1549
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" y ...