ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

[Solved] Multiple parameters to URL?

<< < (2/3) > >>

vbmark:
Sweet! Capture groups worked. And the testing place is great.

Thanks!!

vbmark:
One other question.  When I use the Test place with capture groups the results box shows $$1= | $$2= | $$3=

Everything seems to go into $$1. What is the purpose of the other ones?

Thanks.

skajfes:
The other ones ($$2 and $$3) are also capture groups, but what is actually captured depends on your regex. What did you put in regex?

vbmark:
What did you put in regex?-skajfes (November 04, 2013, 08:16 AM)
--- End quote ---

^test (.*)\s?(.*)?:?(.*)?

mouser:
Everything seems to go into $$1
--- End quote ---
then your regex is wrong, and you aren't capturing the different components into the different groups.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version