<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Articles&gt;Editing&gt;Regular Expressions</title>	<link>http://tc.eserver.org/dir/Articles/Editing/Regular-Expressions</link>
	<description>A listing of the most recently indexed works about Articles and Editing and Regular Expressions in the field of technical communication.</description>
	<language>en-us</language>
	<copyright>Copyright (c) 2005-10 by the EServer. All rights reserved.</copyright>
	<managingEditor>tclib-editorial@eserver.org (TC Library Editorial Board)</managingEditor>
	<webMaster>webmaster@eserver.org (Geoffrey Sauer)</webMaster>
	<image>
		<url>http://tc.eserver.org/images/newlogo.gif</url>
		<title>Articles&gt;Editing&gt;Regular Expressions</title>
		<link>http://tc.eserver.org/dir/Articles/Editing/Regular-Expressions</link>
	</image>
	<item>
		<title>Using Regular Expressions</title>
		<link>http://tc.eserver.org/36488.html</link>
		<guid>http://tc.eserver.org/36488.html</guid>
		<description>Regular expressions figure into all kinds of text-manipulation tasks. Searching and search-and-replace are among the more common uses, but regular expressions can also be used to test for certain conditions in a text file or data stream. You might use regular expressions, for example, as the basis for a short program that separates incoming mail from incoming spam.</description>
	</item>
	<item>
		<title>Regular Expressions - a Simple User Guide</title>
		<link>http://tc.eserver.org/34211.html</link>
		<guid>http://tc.eserver.org/34211.html</guid>
		<description>There is no gentle beginning to regular expressions. You are either into hieroglyphics big time - in which case you will love this stuff - or you need to use them in which case a headache may be your only reward.</description>
	</item>
	<item>
		<title>Speaking UNIX, Part 9: Regular Expressions</title>
		<link>http://tc.eserver.org/34214.html</link>
		<guid>http://tc.eserver.org/34214.html</guid>
		<description>Virtually all non-trivial problems require you to filter good data from bad. Discover the many UNIX command line utilities that use regular expressions to discern the relevant from the irrelevant.</description>
	</item>
	<item>
		<title>InDesign CS3: Search Using GREP Expressions</title>
		<link>http://tc.eserver.org/34207.html</link>
		<guid>http://tc.eserver.org/34207.html</guid>
		<description>On the GREP tab of the InDesign Find/Change dialog box, you can construct GREP expressions to find alphanumeric strings and patterns in long documents or many open documents. You can enter the GREP metacharacters manually or choose them from the Special Characters For Search list. GREP searches are case-sensitive by default.</description>
	</item>
	<item>
		<title>Regular Expression Basics</title>
		<link>http://tc.eserver.org/26327.html</link>
		<guid>http://tc.eserver.org/26327.html</guid>
		<description>Regular expressions, sometimes referred to as regex, grep, or pattern matching, can be a very powerful tool and a tremendous time-saver with a broad range of application. As an extended form of find-and-replace, you can use a regular expression to do things such as perform client-side validation of email addresses and phone numbers, search multiple documents for strings and patterns you wish to change or remove, or extract a list of links from source code. Regex is supported by most languages and tools, but because there can be varying implementations, this article will cover basic principles that are commonly used.</description>
	</item>
	<atom:link href="http://tc.eserver.org/dir/Articles/Editing/Regular-Expressions.xml" rel="self" type="application/rss+xml"/>
</channel>
</rss>