Custom site pattern

How I can create a Custom site pattern that extract the links and other pattern that give a bolean result if a text exists?

Hi Andrew, I’m afraid I don’t understand what you mean. Can you explain what you’re trying to achieve?

@Andrew: You should use proper English or give an example. In general XPath pattern to extract links is ‘//a[contains(@href,“partofadress”)]’ pattern to check if text exists is probably ‘contains(.,“yourtext”)’

Forger