Jump to content
UBot Underground

Help me with Regular Expression


Recommended Posts

I am trying to click variations of a submit button on sites in different languages.

e.g.

<INPUT class=button value=Fortsätt type=submit>

<INPUT class=button value=مرحبا type=submit>

<INPUT class=button value=ÿрыòітðýýõ type=submit>

<INPUT class=button value=你好 type=submit>

 

I can't use the wild card *type=submit* or *class=button* as there are other elements on the page which use the same code.

 

I am wanting to write some Regular Expression to handel this button. I have read about Regex for a few hours, it is going in one ear and out the other.

 

If anyone knows how to do this please help.

 

:)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...