<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://www.umbc.edu/gradbusiness/techdocuments/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.umbc.edu/gradbusiness/techdocuments/feed.php">
        <title>UMBC Grad School TechDocuments general:unix:perl</title>
        <description></description>
        <link>http://www.umbc.edu/gradbusiness/techdocuments/</link>
        <image rdf:resource="http://www.umbc.edu/gradbusiness/techdocuments/lib/images/favicon.ico" />
       <dc:date>2008-11-20T09:23:29+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.umbc.edu/gradbusiness/techdocuments/general/unix/perl/regular_expressions?rev=1202250724"/>
                <rdf:li rdf:resource="http://www.umbc.edu/gradbusiness/techdocuments/general/unix/perl/replace_large_chunks_of_text?rev=1202250759"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.umbc.edu/gradbusiness/techdocuments/lib/images/favicon.ico">
        <title>UMBC Grad School TechDocuments</title>
        <link>http://www.umbc.edu/gradbusiness/techdocuments/</link>
        <url>http://www.umbc.edu/gradbusiness/techdocuments/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.umbc.edu/gradbusiness/techdocuments/general/unix/perl/regular_expressions?rev=1202250724">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-05T17:32:04+01:00</dc:date>
        <title>general:unix:perl:regular_expressions</title>
        <link>http://www.umbc.edu/gradbusiness/techdocuments/general/unix/perl/regular_expressions?rev=1202250724</link>
        <description> Regular Expressions   Matching type    Code    Meaning               \w     Alphanumeric Character       \W     Non-Alphanumeric Characters     \s     White Space             \S     Non-White Space           \d     Digits               \D     Non-Di...</description>
    </item>
    <item rdf:about="http://www.umbc.edu/gradbusiness/techdocuments/general/unix/perl/replace_large_chunks_of_text?rev=1202250759">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-05T17:32:39+01:00</dc:date>
        <title>general:unix:perl:replace_large_chunks_of_text</title>
        <link>http://www.umbc.edu/gradbusiness/techdocuments/general/unix/perl/replace_large_chunks_of_text?rev=1202250759</link>
        <description> See Regular Expressions for more information about Perl&amp;lsquo;s pattern matching abilities.   Background  This originally came about because I needed to replace a chunk of html with another smaller chunk. Basically instead of hardcoding a menu into ...</description>
    </item>
</rdf:RDF>
