jordanwb Posted October 16, 2008 Share Posted October 16, 2008 I'm in dreamweaver CS3 and I have over 3000 lines code where I want to strip everything off of each line after a double quote. For example: Before: http://www.1001freefonts.com/winfonts/2prongtree.zip">2prongtree.zip</a></td><td align="right">25-Sep-2004 10:58 </td><td align="right"> 32K</td></tr> After: http://www.1001freefonts.com/winfonts/2prongtree.zip In dreamweaver I can search and replace via RegEx but I don't what to put Link to comment https://forums.phpfreaks.com/topic/128755-solved-strip-all-characters-after-a-character/ Share on other sites More sharing options...
effigy Posted October 16, 2008 Share Posted October 16, 2008 Try ".+ or ".+$. Link to comment https://forums.phpfreaks.com/topic/128755-solved-strip-all-characters-after-a-character/#findComment-667341 Share on other sites More sharing options...
jordanwb Posted October 16, 2008 Author Share Posted October 16, 2008 The first one worked. Thanks. Link to comment https://forums.phpfreaks.com/topic/128755-solved-strip-all-characters-after-a-character/#findComment-667348 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.