softwarehowto.com
  Home Contacts Partners Add Software Remove Manuals
 
HTMLPad 2010 pro: Regular expression supported to find or replace string by specifying patterns
 
Introduction
HTMLPad 2010 Pro
Customize Keyboard Shortcuts
   
Working with Files
Create New File
Create New HTML Document
Create New PHP Script
Create New CSS Style Sheet
Open File
Open File from FTP
Open File from Web
Save File
Publish File to FTP
Linked Files Window
File Explorer
   
Working with Projects
Create New Project
Select Project
Manage Existing Projects
Publish Projects to FTP
Project Properties Window
Publish Project Window
Search Text
Regular Expression
Bookmarks
Search Toolbar
   
Editing Options
Move Text
Indent and Unindent Text
Check Spelling
Extended Clipboard
Edit HTML and XHTML
Inspector
Auto Complete
Preview HTML Document
Edit Style Sheets
Create CSS Code
Code Explorer
Preview Style Sheet
Validate CSS Code
Select Font Dialog
New Selector Dialog
Edit Box Properties Dialog
JavaScript Menu and Toolbar
JavaScript Auto Complete
JavaScript Function Hints
Edit Scripts
   
Code Editing Tools
Language Browser
HTML Tag Highlighting
Bracket Highlighting
Code Collapse
   
Preview and Reuse Code
Preview HTML Document
Preview PHP Pages
Configure PHP Preview
Preview Style Sheets
Preview Server Side Scripts
Preview in Web Browser or Document Window
Internal Preview
Preview Toolbar
Configure Web Browser
Reuse Code
Templates
Library
Code Templates
Text Editor
Toolbar and Panels
Development Language Options
   
 
Buy HTMLPad 2010 Pro Online! Buy HTMLPad 2010 Pro Online!

Regular Expression

Find and Replace features support regular expressions, enabling you to find or replace strings based on patterns.

barcode label printing xd card unformat installer program
recover deleted files flash recover corrupted flash drive recover deleted files sd card freeware
recovery deleted file best keylogger free stealth keylogger

Regular expression operator

^ A circumflex at the start of the string matches the start of a line.
$ A dollar sign at the end of the expression matches the end of a line.
. A period matches any character.
* An asterisk after a string matches none or any number of occurrences of that string.
+ A plus sign after a string matches one or more occurrences of that string.
[ ] Characters in brackets match any one character that appears in the brackets, but no others.
[^] A circumflex at the start of the string in brackets means NOT.
[-] A hyphen within the brackets signifies a range of characters. For example, [a-z] matches any character from a through z.
( ) Braces group characters or expressions.

Examples

ab+ Matches ab, abb, abbb ...
ab* Matches a, ab, abb ...
a(bc)+ Matches abc, abcbc ...
<img[^>]+> Matches HTML image tags e.g. <img src="image.gif">
[a-z0-9]+ Matches any alphanumeric word e.g. abc, 123, abc123 ...

Escaping operators

In order to search for literal instances of characters that denotes regular expression operators, you must escape them with a \ . For example, \^ matches ^ and does not look for the start of a line.

Buy HTMLPad 2010 Pro Online! Buy HTMLPad 2010 Pro Online!
 
Home Contacts Partners Add Software Remove Manuals