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 Quote 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 ".+$. Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.