Tagged Questions

3
votes
3answers
68 views

How do you parse the querystring for form autofill data

I would like to pass dynamic form data to a form page and auto fill the form elements. I am able to append name valued pairs in the querystring, but I have not been able to figure …
2
votes
1answer
54 views

Help constructing regex for select statement?

Hello, I'm newer to regex's, and for an app I'm making, I have rules that need to fire on the main pages of google, bing, and yahoo, and rules that need to fire on their respectiv …
2
votes
2answers
79 views

Efficient extraction of google, bing, & yahoo search terms

I'm looking for the most efficient way to extract search terms for google, bing, & yahoo search. I am wanting to put it all in one rule so I don't write a bunch of duplicate co …
2
votes
2answers
96 views

Basic Example Request: Annotate/Percolate

I am requesting a Basic/Intermediate Example of Annotate using: test = foo.text()search(regex). I think I am beginning to understand how percolate/annotate works using jquery …
2
votes
2answers
53 views

Is this a good source for regex?

Are these sources good for regex(or are these not Perl based)? http://evolt.org/node/22700 http://www.evolt.org/regexp_in_javascript
3
votes
1answer
37 views

Working with regex’s in KRL?

My question is simple, and has two parts: What's a good resource for regex syntax? And if regex's are just text pattern searchers (yeah, that term was technical :) ) how do you de …
2
votes
3answers
55 views

Convert string to all lowercase

Question Is there a way in the pre block of a rule to convert a string to all lower case? Background I have a regular expression that returns parts of a string and sometimes the …
2
votes
1answer
22 views

Case insensitive select statement?

How can I make the select statement case insensitive? I want the rule to fire on both http://www.lampsplus.com/htmls/cart/ShoppingCart.aspx http://www.lampsplus.com/htmls/cart/s …
1
vote
2answers
40 views

stored regex data in pre

Ok here is an interesting question, that may already be answered. I want to be able to to use data that I stored in my select setting statement with in my pre. IE: select using .g …
1
vote
2answers
20 views

regex is rule action?

Is there away to do a regular expression in the ID part of an action, ie: after(".footer|.header",);