Skip to content

Instantly share code, notes, and snippets.

@Ozerich
Created October 23, 2010 11:43
Show Gist options
  • Save Ozerich/642121 to your computer and use it in GitHub Desktop.
Save Ozerich/642121 to your computer and use it in GitHub Desktop.
<select size="1" id="mySelect1" name="country" class="width_200">
<option value="2819">Россия</option><option value="2821">Белоруссия</option><option value="2820">Казахстан</option><option value="2822">Украина</option>
</select>
Регулярка моя
#<select size="1" id="mySelect1" name="country" class="width_200">
(.+?)((<option value="(\d+)">(.+?)</option>)*)(.+?)
</select>#sui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment