Notepad++ with regex, re-using match variables
Here is an simple example how to use regex in notepad++ with reusing selected match variables. For example we have special code for simulating gcm notifications. We would like to…
Here is an simple example how to use regex in notepad++ with reusing selected match variables. For example we have special code for simulating gcm notifications. We would like to…
Here is a little help to remove from our logcat some logs we don't want like: dalvikvm or OpenGL All what you need is to click in top right corner…