Hello:

On Tue, Dec 20, 2011 at 08:03:56PM +0530, Saravanan Murugaiah wrote:
> Many thanks for all your kind suggestions on my request. I solved my issues
> with the command "Test [0-9.]+".

Careful there: /./ matches any one character. [0-9.]+ will likely
end up matching any string containing 'Test ' followed by more
than zero characters. Be sure to escape the '.' character. For
example:

/Test [\.0-9]/

Regards,

-- 
Brandon McCaig <bamcc...@gmail.com> <bamcc...@castopulence.org>
Castopulence Software <https://www.castopulence.org/>
Blog <http://www.bamccaig.com/>
perl -E '$_=q{V zrna gur orfg jvgu jung V fnl. }.
q{Vg qbrfa'\''g nyjnlf fbhaq gung jnl.};
tr/A-Ma-mN-Zn-z/N-Zn-zA-Ma-m/;say'

Attachment: signature.asc
Description: Digital signature

Reply via email to