Answer the question
In order to leave comments, you need to log in
How to delete strings by regular expression?
Good day to all .
Tell me how to remove unnecessary parts from strings using regular expressions and save what you need.
Example strings are always different , in this case the delimiter , the full string looks like ,text,text1,text3,text4,text5 and so on.
What is the regular expression to save text3 and text4
And in the future how to correct it, somehow I tried the regular expression (.*):(.*):(.*): with a replacement for \2:\4: like this, but now even replacing delimiter , on : fails .
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question