<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Regular expressions</title>
	<atom:link href="http://www.texdev.net/2009/05/30/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texdev.net/2009/05/30/regular-expressions/</link>
	<description>Coding in the TeX world</description>
	<lastBuildDate>Tue, 20 Jul 2010 18:48:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/05/30/regular-expressions/comment-page-1/#comment-1010</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Thu, 04 Jun 2009 14:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=302#comment-1010</guid>
		<description>Makes sense: I was after a look-behind one. Shame they are not available.</description>
		<content:encoded><![CDATA[<p>Makes sense: I was after a look-behind one. Shame they are not available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomek</title>
		<link>http://www.texdev.net/2009/05/30/regular-expressions/comment-page-1/#comment-1009</link>
		<dc:creator>Tomek</dc:creator>
		<pubDate>Thu, 04 Jun 2009 14:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=302#comment-1009</guid>
		<description>After some more careful study of Qt docs I&#039;ve found out that only lookahead assertions are supported but not lookbehind (which would be much more useful for TeX sources).</description>
		<content:encoded><![CDATA[<p>After some more careful study of Qt docs I&#8217;ve found out that only lookahead assertions are supported but not lookbehind (which would be much more useful for TeX sources).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/05/30/regular-expressions/comment-page-1/#comment-1008</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Thu, 04 Jun 2009 13:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=302#comment-1008</guid>
		<description>I&#039;m not a big regex person either, but in TeX it is hard to do search and replace for strings rather than tokens. So I see why newer engines provide something.

I&#039;ve also had some struggles with the TeXworks regex engine: I also wanted some look behind things. There was some discussion on the mailing list, but I&#039;m not sure what the result was. I think TeXworks just loads a regex parser, but perhaps the Qt version is different or something.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a big regex person either, but in TeX it is hard to do search and replace for strings rather than tokens. So I see why newer engines provide something.</p>
<p>I&#8217;ve also had some struggles with the TeXworks regex engine: I also wanted some look behind things. There was some discussion on the mailing list, but I&#8217;m not sure what the result was. I think TeXworks just loads a regex parser, but perhaps the Qt version is different or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomek</title>
		<link>http://www.texdev.net/2009/05/30/regular-expressions/comment-page-1/#comment-1007</link>
		<dc:creator>Tomek</dc:creator>
		<pubDate>Thu, 04 Jun 2009 12:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=302#comment-1007</guid>
		<description>I&#039;m not a big fun of regex. Similarly to TeX language, regular expressions feel fine for simple stuff but once you try to do something more complex... Well, if anything can challenge TeX in code obscurity, then regex language must be it. And the fact that, as you say, everybody seems to use a different flavour of this language doesn&#039;t help either.

BTW, do you know which flavour is supported by TeXworks? I thought it uses Qt specs but just the other day I played with syntax highlighting patterns and wanted to use look ahead/behind matching to colour environment names separately from \begin / \end commands. This should be supported according to Qt docs but it didn&#039;t work for me.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a big fun of regex. Similarly to TeX language, regular expressions feel fine for simple stuff but once you try to do something more complex&#8230; Well, if anything can challenge TeX in code obscurity, then regex language must be it. And the fact that, as you say, everybody seems to use a different flavour of this language doesn&#8217;t help either.</p>
<p>BTW, do you know which flavour is supported by TeXworks? I thought it uses Qt specs but just the other day I played with syntax highlighting patterns and wanted to use look ahead/behind matching to colour environment names separately from \begin / \end commands. This should be supported according to Qt docs but it didn&#8217;t work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/05/30/regular-expressions/comment-page-1/#comment-1001</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Tue, 02 Jun 2009 13:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=302#comment-1001</guid>
		<description>That&#039;s one way to look at it. Of course, they have programmed it in the past: \pdfmatch is a regex matching primitive. I&#039;m not sure anyone uses it, thought!</description>
		<content:encoded><![CDATA[<p>That&#8217;s one way to look at it. Of course, they have programmed it in the past: \pdfmatch is a regex matching primitive. I&#8217;m not sure anyone uses it, thought!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vafa Khalighi</title>
		<link>http://www.texdev.net/2009/05/30/regular-expressions/comment-page-1/#comment-1000</link>
		<dc:creator>Vafa Khalighi</dc:creator>
		<pubDate>Tue, 02 Jun 2009 13:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=302#comment-1000</guid>
		<description>Whenever, the luatex team can not program something, they will say that has to be done in lua! (sorry for that, but it is what I feel!)</description>
		<content:encoded><![CDATA[<p>Whenever, the luatex team can not program something, they will say that has to be done in lua! (sorry for that, but it is what I feel!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
