D
D
DPS_ninja2019-01-23 13:21:42
Regular Expressions
DPS_ninja, 2019-01-23 13:21:42

Delete characters in a string from 1 to 7 in notepad++?

Good afternoon, tell me how to use Notepad ++ and a regular expression to remove characters in the string there ID from 1 to 7 and they end with ," (it all consists of numbers). And it’s also necessary from the end. Thank you.
I think it will be something like this remove extra lines first: ^"[0-9]{1,7}"
There are many lines example:
1234567,"INFORM4132","ABC","1232-1213123-123"
Required:
INFORM4132

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nick Sdk, 2019-01-23
@DPS_ninja

https://regex101.com/r/V84tmq/1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question