O
O
oLATVIETISo2020-02-27 05:30:14
Text Processing Automation
oLATVIETISo, 2020-02-27 05:30:14

How to leave certain text in notepad++?

There is a huge text, example:

.Normal small kanna|avtr_7fa940d9-6365-43a2-9d99-a8d9ac1e510c|https://api.vrchat.cloud/api/1/file/file_fa69f067-37b1-4e55-9017-631f6a876972/1/file
002 loud|avtr_ddf853aa-48e6-4af6-b80f-b1a1c21f0f4b|https://api.vrchat.cloud/api/1/file/file_c0da641d-00aa-48bd-9d7b-58648d60030a/1/file|https://d348imysud55la.cloudfront.net/thumbnails/162262280.thumbnail-500.png

I want only avtr_7fa940d9-6365-43a2-9d99-a8d9ac1e510c to remain in the text, only this, how to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Mirilaczvili, 2020-02-27
@2ord

Using a regular expression, /(avtr_.{36})/we get the first (?) match.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question