• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Text Editor that can delete text based based on part of a string

CalvinHobbes

Diamond Member
I'm not sure if this is possible but I was looking for a text editor that can delete parts of a line of text based on a text string.

For example:

The Matrix :: Text - Text - Text ...

I want to be able to delete everything starting with :: until the end of the line of text.
 
gvim

if you know the keystrokes and commands. It's not the easiest editor to use but probably one of the most powerful

or you can learn sed (which vim uses too) to substitute text...again this is a very cryptic language, but it can parse/modify anything that is text
 
Back
Top