A
A
arepository2019-03-05 21:46:09
Notepad++
arepository, 2019-03-05 21:46:09

How to remove all characters up to a certain word using regular expressions in Notepad? Is this even possible?

For example, there is a text
St. Petersburg School No. 123 Class 5 "A" Student Ivanov I.
St. Petersburg School No. 123 Class 5 "B" Student Sidorov S.
St. Petersburg School No. 123 Class 1 "A" Student Petrov P.
And it must be so
Student Ivanov I.
Student Sidorov S.
Student Petrov P.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
coderisimo, 2019-03-05
@coderisimo

If exactly according to these conditions, then use this regular expression in 'find/replace'.
https://regex101.com/r/l6vCcg/2
if something else - finish the welcome with a file)))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question