Skip to main content

All Questions

Tagged with
0 votes
2 answers
991 views

How to remove a specific characters in an emails lines before the @?

How to remove any characters that aren't of the following from email lines before the @, through regular expressions? I tried the following but it didn't work :( Find what: ^([^a-z0-9;:]*)([a-z0-9]*)(?...
user677589's user avatar
0 votes
1 answer
236 views

How to remove this codes/keys from lines?

Hello everyone i hope you all have a good day. I want to know how to remove/delete the following codes/keys from lines. Example List: m-1407-m-00 64582e-2bd9-4b06-a9a1-78bfd42a7e6d SimpleHere123 ...
user677589's user avatar
0 votes
3 answers
186 views

Regex: Select strings/lines from one point to another point (with many \n)

I want to select all lines starting with <!-- FLAGS_1 --> and ending with <!-- FLAGS --> <!-- FLAGS_1 --> <div class="cautareField"> <...
Just Me's user avatar
  • 866
1 vote
1 answer
98 views

How do i put separator after each 5 string in 20 random strings?

Hello guys i want to know how do i put separators such as "-" or ":" after each 5 string in 20 random letters&numbers string of many lines using regex? So basically count 5 ...
user677589's user avatar
1 vote
2 answers
884 views

How to replace Notepad with Sublime Text 3

Is there a way to completely replace Notepad with Sublime Text 3, i.e., the files that would normally open with Notepad should open with Sublime Text 3, not just with ..txt files.
Just Mohit's user avatar
2 votes
1 answer
4k views

Can notepad be replaced with VS code?

Is it possible to replace Microsoft Notepad on Windows 10 as the default editor with VS Code? This repo (https://github.com/grumpydev/Sublime-Notepad-Replacement) shows how it's possible to replace ...
IanRoberts's user avatar
0 votes
1 answer
1k views

Replacing notepad.exe with sublime text

I have tried the following method: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe] @="C:\\Program Files\\Sublime Text 3\\sublime_text.exe" But it doesn't do ...
Tentakelsuppe's user avatar
0 votes
1 answer
210 views

Notepad's .LOG command inside Sublime Text 3

I've been using notepad and notepad++ since forever, but now that i've been coding more I'm using Sublime Text 3. One feature of notepad that I miss most is the .LOG command. When a file has .LOG on ...
sigmaxf's user avatar
  • 1,857