Regular Expression to select HTML elements from the text
<select.*?</select>
.*? is for lazy (non-greedy) capture of the pattern.
Monday, January 16, 2006
Subscribe to:
Post Comments (Atom)
good programmers write good code; great programmers steal great code
No comments:
Post a Comment