I'm a bit new to regex and am looking to search for multiple lines/instaces of some wildcard strings such as *8768, *9875, *2353.
I would like to pull all instances of these (within one file) rather than searching them individually.
Any help …
Suppose I have the following text in Textpad:
kwejkewrjl:ksajdlakj
e833ekjh:skdjkahak
2098e123809:ksjdkas
dkjwhfdkjqhio:skjddksjal
98a09asfdsaok:kwqjeo912ui
I would like to remove all characters from each line that occur after the colon.
The new text should …
I am trying to find in Textpad a character with regex (for example "#") and if it is found the whole line should be deleted. The # is not at the beginnen of the line nor at the end but somewehre in …