Skip to content
Advertisement

Deleting strings from text file

I have a txt file, like this:

JavaScript

I only want to keep:

JavaScript

I tried:

JavaScript

It works, but can’t get rid of the date.

Advertisement

Answer

JavaScript

Although you might prefer to get rid of more whitespace with:

JavaScript
Advertisement