View Single Post
Old 08-08-2018, 03:44 PM   #2
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 898
Karma: 3501166
Join Date: Jan 2017
Location: Poland
Device: Various
Quote:
Originally Posted by null7988 View Post
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 is offline   Reply With Quote