Gossamer Forum
Home : Products : Links 2.0 : Customization :

Parse for =~

Quote Reply
Parse for =~
I need to parse for '=~' in Template.pm ... I have tried the New parse Mod and the Enhanced Template Mod located in the resource center.

The Enhanced Template Mod does not parse for '=~'

The New parse Mod returns blank pages after rebuilding.

Has anyone been able to do this successfully?
Code:
=================================
___.__ ~ _____________
\ \\ \ ,, ??? | '\\\\\\
\ \\ \ /< ? | ' ____|_
--\//,- \_. /_____ | '||::::::
o- / \_/ '\ | '||_____|
| \ ' o \'________|_____|
| )- # < ___/____|___\___
`_/'------------| _ ' <<<:|
/________\| |_________'___o_o|
=================================
Quote Reply
Re: [bestfx] Parse for =~ In reply to
What do you mean "parse for =~" ?
Quote Reply
Re: [Paul] Parse for =~ In reply to
In Reply To:
What do you mean "parse for =~" ?


The Enhanced Template Mod and New parse Mod in the resource center parse for the following ...


eq
==
>
<
lt
gt


but do not seem to parse for partial string matches, i.e.;


=~


I have tried numerous work arounds without success. What I want to do is match keywords in either the <%URL%> or <%Description%> within the link.html output for advertising or page forwarding.
Code:
=================================
___.__ ~ _____________
\ \\ \ ,, ??? | '\\\\\\
\ \\ \ /< ? | ' ____|_
--\//,- \_. /_____ | '||::::::
o- / \_/ '\ | '||_____|
| \ ' o \'________|_____|
| )- # < ___/____|___\___
`_/'------------| _ ' <<<:|
/________\| |_________'___o_o|
=================================