K
K
kapwa3222021-05-21 10:03:04
Regular Expressions
kapwa322, 2021-05-21 10:03:04

How to leave only phone numbers in Notepad++?

I have a database in which data is written in one column, I need to leave only phone numbers in it, I know how to find these phones, but I don’t know how to delete everything except them (can you tell me a regular program? I’m attaching a screen with an example of a database60a75b22b02df018855697.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2021-05-21
@kapwa322

Find: (?s).*?(?-sm:$|ТЕЛЕФОН\s+(.+))
Replace:$1\n

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question