Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» Getting Started
» Validating Local Documents
» Using the Batch Wizard
» Things You Should Know
» About CSE HTML Validator
Batch Wizard
» Batch Wizard
» Batch Wizard Options
» General Tab
» Reporting Tabs
» Links Tab
» Target List File Format
» Target List Options Tab
» Target Properties Dialog Box
» Tips & Troubleshooting
How To...
» Add Actions in Windows Explorer
» Backup Options
» Change Validation Sounds
» Check Links
» Disable Validator Messages
» Format & Fix HTML Automatically
» Ignore CSS Properties & Part of Document
» Open a Document
» Print or Email Validation Report
» Transfer or Move License
» Uninstall CSE HTML Validator
» Use & Configure Text Inserters
» Using Template Tool
» Validate Document
» Validate URL & Entire Website
» Validate Document using Server Side Scripting
» Validate to W3C Standards
Integrated HTML Editor
» Integrated HTML Editor
» Editor Options
» Results Window
» Drag & Drop Default Tool Select Dialog Box
» Find/Replace Dialog Boxes
» Integrated Web Browser
» Tools
» HTML Tidy Tool
Validator Engine
» Configuration Editor
» Validator Engine Options
Reference
» Configuration File
» Flag Descriptions
» Command Line Arguments
» External Links
» Format Picture Strings
» Installation
» Program Limitations
» Keyboard Shortcut Quick Reference Guide
» Spell Checker
» Tag Name Programming Language
» Validator Messages
» Why Validate?
Order & Support Information
» Ordering Information
» Support
» Tips for Using HTML Validator
 

Find/Replace Dialog Boxes

Regular Expressions

Find Text

purchase order system monitor usb laptops data recovery
ntfs partition repair free keylogger setup installer
partition recovery freeware pc restore sms software

CSE HTML Validator supports regular expressions when searching text.

  • (^) 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 any number of occurrences of that string followed by any characters, including zero characters. For example, htm* matches html, htm and htmx but not ht.
  • (+) A plus sign after a string matches any number of occurrences of that string followed by any characters except zero characters. For example, ht+ matches htm, and html, but not ht or hx.
  • (\) A backslash before a wildcard character tells the Code editor to treat that character literally, not as a wildcard. For example, \^ matches ^ and does not look for the start of a line.
  • [] Characters in brackets match any one character that appears in the brackets, but no others. For example [html] matches the character h, t, m, or l.
  • [^] A circumflex at the start of the string in brackets means NOT. For example, [^html] matches any characters except h, t, m, or l.
  • [-] A hyphen within the brackets signifies a range of characters. For example, [h-m] matches any character from h through m.

NOTE: Regular expressions for the replace field in the Replace With dialog are currently not supported.

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals