goto Indian Health Service home page  Indian Health Service:  The Federal Health Program for American Indians and Alaska Natives

 
IHS HOME ABOUT IHS SITE MAP HELP
goto Health and Human Services home page goto Health and Human Services home page
TOC\ Web Developer References\ Programming Languages\ < ColdFusion >\ <CF_Regular Expressions> 
SEARCH Links

      Web Development Resources@

Advanced ColdFusion Development: Chapter 4 Regular Expressions *** - This chapter describes how regular expressions work in ColdFusion. As a prerequisite to understanding this material, a CFML developer should be thoroughly familiar with ColdFusion expressions. Covers: Regular Expressions, Single-Character Regular Expressions, Character Classes, Multi-Character Regular Expressions, Using Backreferences, Returning Matched Sub-Expressions, Anchoring a Regular Expression to a String.   URL: http://www.allaire.com/documents/cf4/advanced_coldfusion_development/04_Regular_Expressions/adv04.htm
Allaire HomeSite Conference - Regular Expressions **** - Questions and Answers in a thread format. A couple very useful begining tips.   URL: http://forums.allaire.com/hsconf/index.cfm?message_id=202435
CNET: Regular-Expression Inspector  - Writing regular expressions that work the way you expect them to is no trivial task. Use the Regular-expression inspector Cool Tool to ensure that your regular expressions work before including them in your code.   URL: http://www.builder.com/Programming/Kahn/050698/toolrei.html
Cold Fusion Documentation on Regex **** - Regular expressions (REs) are used to match patterns in character strings. They are a way to specify all the possible variants in a search. Ordinary characters are combined with special characters to define the pattern for the search.   URL: http://forums.allaire.com/hsconf/attachment.cfm/hs%5Fre2.htm?&Attachment_ID=910
ColdFusion Basics - Regular Expressions  - Using Regular Expressions with ColdFusion. This article is an introduction to regular expressions, and cannot hope to cover all aspects of the subject. My goal is to explain what Regular Expressions are, and what they can be used for. For a complete reference, I recommend "Mastering Regular Expressions" from O'Reilly. This book is extremely thorough, and covers many of the more obscure abilities of regex processing.   URL: http://www.azcfug.org/technotes/index.cfm?fuseaction=basiccode&technote=regex
Funduc Software  - Some examples of Search &amp; Replace's Regular Expression functions. Regexps are supported using a subset of the UNIX grep notation for Searching and DOS style Batch file input parameter notation.   URL: http://www.funduc.com/regexp.htm
Posix Basic Regular Expressions  - The PBRE language is a notation for describing textual patterns. Regexps are typically used by comparing them to a string to see if that string matches the pattern, or by searching within a string for a substring that matches.   URL: http://psyberspace.net/coldfusion/cfdocs/CFML_Language_Reference/3_ColdFusion_Functions/lr3_198.htm
Script Meridian: Regex Project  - The Regex extension provides regular expression pattern matching and searching for Frontier 5.1 or later running on Win95/98, Win NT, or a PowerPC-based Macintosh.   URL: http://www.scriptmeridian.org/projects/regex/docs/index.html

If you need a plugin or viewer to view a file, click here.
 
Links Home | Login