Search found 1 match

by Srjcs
31 Aug 2023 16:44
Forum: DOS Batch Forum
Topic: Remove leading digits on each line using JREPL?
Replies: 1
Views: 2754

Remove leading digits on each line using JREPL?

Hello,
I have a text file that contains a list of names, following a year.
I was wondering if it was possible to use JREPL to remove the leading digits, and keep the name at the start of each line?

Code: Select all

Text File:

Jerry 2023
Savannah 2019
Tim 2022.5

Code: Select all

Desired output:

Jerry
Savannah
Tim