<?xml version="1.0" encoding="windows-1252"?>
<node id="285844" title="Re: matching digits and characters" created="2003-08-22 12:21:07" updated="2005-06-04 07:40:47">
<type id="11">
note</type>
<author id="196557">
chunlou</author>
<data>
<field name="doctext">
Perhaps it's easier to use [cpan://Regexp::Common]. It takes care of various numeric formats for you as well (if that's what you also want).

&lt;code&gt;
use Regexp::Common;
$str =~ /$RE{num}{real}/;
&lt;/code&gt;</field>
<field name="root_node">
285842</field>
<field name="parent_node">
285842</field>
</data>
</node>
