Web Forms :: Reading Data From A Regular Expression?
Dec 4, 2010I have some problems by reading data from a reqular expression.
[Code]....
In actual fact, I preferably like only the data from the (.*) part of the expression.
I have some problems by reading data from a reqular expression.
[Code]....
In actual fact, I preferably like only the data from the (.*) part of the expression.
i have to check if an input string is valid based on the given regular expression.. this is the regular expression.
(a(bb+aaa+((ab)*bb+(aba)*aa)(a+b)*) + (b(aa+bbb+((ba)*aa+(bab)*bb)(a+b)*)
+ is an OR
* is a LOOP, it is optional, it may be done as many as a user wants.
i've tried many ways to solve the problem that my professor gave me but my knowledge isn't that enough to solve this problem..
I'm trying to use the validator to work on a email form to ensure that they enter a valid from email address. That part works. I also want to add to the expression the text that I pre-populate in the txtbox ("Enter your email address") so on postback, after sending the message, I can clear the fields and repopulate that box.
How do I add that wording to the current expression: w+([-+.']w+)*@w+([-.]w+)*.w+([-.]w+)*
I am using Regular Expression validator for a text box. The below is working fine.It is not performing validation when I enter values like 0000..001.How can I modify validation expression? But it would allow values like 100,...5000 i.e zeros after a number.
<asp:RegularExpressionValidator ID="reg2" runat="server" ControlToValidate="rng2"
ValidationExpression="^[0-9]+" ErrorMessage="*Please Enter a Valid Number for Second Range."
ForeColor="Red" Font-Bold="True"></asp:RegularExpressionValidator>
I want a regular expression validation to validate a textbox like this "1051,2034,3045,3445". Dont allow these formats "101,343,,34,,",23,4334,34,". It should allow only this format "1051,2034,3045,3445".
View 4 RepliesI have a problem using the regular expression validation.In a detailed view I fill out a form to create record for an Employee.I have to enter the Zip code. To validate it I use the regular expression .Then I want to edit the record later. I don't want to edit the zip code ,it's bounded from the select but, the update is keeping asking to re-enter the code.I attached the code to that template as well as the select and update statement
[Code]....
I need some help in regular expression.I am validating the textbox text when updating the records.When i click the update button,the first 5 letters should be equal to CM000 or cm000.How to validate this using regular expression in asp.net. does anyone know validationexpression for this.
View 1 RepliesI have this text in a string:
[Code]....
and I need to extract this:
123;P (A A); 2005
45678;A (H H); 2001
9999;As (D D); 2010
maybe regular expression can make it simpler...?
If i am giving the text
hjghj bvgfh . it is failing
I am a new to regular expressions.I need to validate an identification number so that the textbox doesn't accept numbers like 1111111, 2222222, 3333333......9999999 and 1234567, 2345678, 3456789.Could someone please post regular expression for not accepting such format.
View 4 RepliesI have a Regular Expression ^[a-zA-Z''-'s]{1,40}$ Now i want to allow DOT (.) in this expression so hows its possible to add DOT in this expression.
View 3 RepliesI have a regular expression validation set on text box. I have a grid on the same page with edit and delete buttons. In some cases I don't want the regular expression to fire. For example, I have a scenario where the text box will be disabled but I can still enter data in to the grid and modify it, but the regular expression fires when I modify the grid and the changes in the grid are not processed.how can I stop the validation when I am working on grid. I can see a property causes validation for button to stop validation but don't know how can I stop for the grid.
View 3 Repliesi want to find and replace img src path by regular expression.suppose i have the below html and from there i want to replace file path of all the src attribute of image tag.
<P>Hello</P>
<P> </P>
<P><IMG alt="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\Sunset.jpg" src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\Sunset.jpg"></P>
here the file path is src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\Sunset.jpg"
and i want to replace it with path like src="www.mysite.com/images/a.gif" with regular expression.how can i do it with regular expression.
I am facing a problem for doing URL validation which should allow atlest two periods in the URL.If the URL does not contain atleast two periods then it should throw an error. Also the regular expression must obey all the URL validations.Please help GURUS it is urgent for me to get some solution.
View 6 RepliesI want regular expression for number,i want it for quantity.
it should not except only 0 .becuase 0 quantity is not possible.
but it should work for 10,100,200 etc
I would like to validate P.O. Box with regular expression in web form text box? I don't want to allow user to enter PO Box.
eg. P. O. Box, p.o. box, PO Box, po box, etc
I want to rewrite this Url www.xyz.com/products.aspx?id=1&product=acid for this i want regular expression.
View 11 Replies how to code the following regular expression
ABC[1 digit Number b/w 1-4]1A[7 digit number 0-9]-5[5 digit character]
Eg
ABC21A0123789-5ABCYZ
I have a problem with regular expression because I want to validate a textbox and I want that mark the error text when the textbox be empty.
View 1 RepliesI am using regex for server side validations.
I am facing a problem with regex. I want to check for sepecial characters like ><*&()%$@!~+...
I need to filter these special charecters...but the problem is in my 10 textboxes there only 3 are required...
I can submit the form without entering anything...but my regex is not allowing me to submit the form without giving a space from keyboard...
I just want to check for special charecters and empty textbox without giving a spacebar...
I just check these sites(http://regexlib.com/ and http://www.regular-expressions.info/) and read some documentation on regex...its kind of confusing....
Here is my regex for Middlename: ^[a-zA-Z''-'s]|[ ]{1,40}$ its worked but its not correct....then I changed it to ^[a-zA-Z''-'sd*]{1,40}$ this also not taking emptytextbox without giving a space...
My Goal:
In most of the textboxes I need to allow only numbers and - # _ in some textboxes....
For Address: need to allow alphabets and numbers and #-_' "
City: numbers and alphabets no special chars...
Main problem is I can write regex for most of these stuff but need to all textboxes without entering anything (empty textboxes).My work got stoped due to this.
Here is the kind of text I want to match via a regular Expression
The id="dgSchedule" is always present in the TAG but its location may differ
The table is span over multiple line/contains white spaces/tabs...
I have the regular expression to match the start and end tag respectively over a single line
[Code]....
Is there any regular expression generator available that can generate me a regular expression based on the text I select and the parameters I specify?
can someone tell me the regex pettern to match a string from [a-zA-Z] where each character in the group cannot occur more than n number of times.
View 8 Replieshere is waht i am trying to achieve.
first character is in caps and the rest of the name is in small for Firstname Space
first character is in caps and the rest of the name is in small for lastname
ex: Ajay Kumar Bakshi
expression: ^[A-Z]{1}[a-z]*[s]{1}[A-Z]{1}[a-z]*$
how to write a regular expression that accepts no less than 10 digits and no more than 11. i need it to validate a textbox for phone number. i have searched the web but i cant seem to find any.
View 5 RepliesI want to validate password which should have atleast 1 number and one charactor,Its working in all browser except IE 6 and IE 7
I have tried following validation-
"^(?=.*d)(?=.*[a-zA-Z])(?!.*[W_x7B-xFF]).{6,15}$
/^[a-z][-a-z0-9_ ]{0,49}$/i