[QUESTION] ✒ How to clean a text from a point with regular expression?

marceeluus99

Newbie
Joined
Mar 19, 2021
Messages
18
Reaction score
4
Hello!

I'm trying to erase a text from a point. The idea is to erase the comments sections of a scrapping.This comments sections have a pattern, always start with the same code, do you know any regular expression to erase it?


Thanks!


Marcel
 
I think you should provide some examples of text. If you want to select point with regexp it should be look like /\./, but this is answer based on info you provide in first place
 
Back
Top