Micro blog about Answer to the Ultimate Question of Life, the Universe, and Everything.
  • Home
    • List all categories
    • Sitemap
  • Downloads
    • WebSphere
    • Hitachi902
    • Hospital
    • Kryptonite
    • OCR
    • APK
  • About me
    • Gallery
      • Italy2022
      • Côte d'Azur 2024
    • Curriculum vitae
      • Resume
      • Lebenslauf
    • Social networks
      • Facebook
      • Twitter
      • LinkedIn
      • Xing
      • GitHub
      • Google Maps
      • Sports tracker
    • Adventures planning
  1. You are here:  
  2. Home
  3. Windows
  4. Notepad++

Escape character for a regular expressions

Details
Written by: Stanko Milosev
Category: Notepad++
Published: 21 February 2020
Last Updated: 07 November 2021
Hits: 2337
  • regular expressions
For example if you need to seacrh for '(' character use '\(', that means escape character is '\'. Example:
varbinary\(max\)

Find at the beginning of each line or at the end of each line

Details
Written by: Stanko Milosev
Category: Notepad++
Published: 21 February 2020
Last Updated: 05 October 2020
Hits: 2242
  • regular expressions
At the beginning of each line:
^
At the end of each line
$

Find everything after ']' charachter

Details
Written by: Stanko Milosev
Category: Notepad++
Published: 21 February 2020
Last Updated: 05 October 2020
Hits: 2265
  • regular expressions
To find (or delete) everything after ']' charachter use following Regular expression:

\].*

Notepad++ multiple instances

Details
Written by: Stanko Milosev
Category: Notepad++
Published: 15 April 2014
Last Updated: 21 February 2020
Hits: 5502

My shortcut target looks like this:

"C:\Program Files (x86)\Notepad++\notepad++.exe" -multiInst

 

Taken from here.

  1. Notepad++ column mode
  2. Select column in Notepad++

Page 1 of 2

  • 1
  • 2