Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Template::Extract

Status
Not open for further replies.

tar565

Programmer
Jan 24, 2005
39
IE
Is there anyway of removing case sensitivity from a template in the above module?

ex: $template = q(Path : <% Tst %>);

if I match the text "Path : < xxxx >"
xxxx is returned from Tst.

if I match the text "path : < xxxx >"
nothing is returned Tst but it is defined.

I can do it using subsititution of course but is there a shorter way.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top