Selasa, 28 Juni 2022

Regex Implementation in Notepad2 Text Editor - part 1

When you need to found some whitespace (like Blank Spaces, Carriage Return, Tab, New Line, etc) then you can using regular expression to support your work to easier editing your text

Follow this step to found some whitespace:
  1. Click Edit > Find and replace > Find menu
  2. Type \s in "Search String" box
  3. Then checklist "Transform backslashes"
  4. Then press "Find Next" button

Notes:

We suggest you to use other editor, if you do not have a basic knowledge about Editing, Advanced Find And Replace, for example: Notepad++, VSCode, JetBrains Products.

Tidak ada komentar:

Posting Komentar

Various Other Posts