Thread
:
how could i delete numbers?
View Single Post
08-08-2018, 03:44 PM
#
2
BeckyEbook
Guru
Posts: 858
Karma: 3461504
Join Date: Jan 2017
Location: Poland
Device: Various
Quote:
Originally Posted by
null7988
Is there any way to delete all the numbers with certain formation?
Sure.
Find:
Code:
\d \d+\.\d+\.\d+ \d+:\d+
Replace to empty string.
Explanation
BeckyEbook
View Public Profile
Find More Posts by BeckyEbook
Track Posts by BeckyEbook via RSS