|
-
July 14th, 2009, 04:32 PM
#4
Re: Regular Expression in C#
 Originally Posted by Pale
Thats almost what i need, but it returns
Code:
"<input type=\"hidden\" name=\"value25\" value=\"1247605870\" />"
and i need it to only return the number "1247605870"
and thanks for the tip about the newbie regular expression program.
I just tried it again. When i run it, the Int32 value gets assigned 1247605870. The only group that will return the whole string is.
Also, its not a newbie regular expression program. I still use it every day, i don't use the regex generator i type it in myself but it allows me to easily test each regex i make.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|