Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

validation

-1
votes
1 answer
32 views

Regx expression for Telephone no with country code included

I need to validate a telephone number in the following format xx-xxx-xxxxxx x can only be a digit and all x can't be zero.
asked June 25, 2011 3:57 am CDT
Ravi Krishan
0
votes
1 answer
32 views

Validation of data that 'closely resembles' a where clause

I am working on validation logic of user input to what is pretty close to a sql where clause. On the page the user can select from a combination of…
asked June 24, 2011 10:34 am CDT
GartuanTezMaximus
0
votes
0 answers
45 views

Problems with validation files Spring mvc 3

I'm having some problem with the Validation files in my Spring 3 project. I have a very basic validation project for tests thats the bean: public…
asked June 24, 2011 12:20 am CDT
JBoy
0
votes
0 answers
34 views

GWT-vl framework - regex validation on the server side.

i have a question to those of us who has used GWT validation framework. I am in a situation where i can't validate a regex on the server side. From…
asked June 23, 2011 11:01 am CDT
brakebg
0
votes
1 answers
45 views

How to combine Kohana ORM validation and MySQL functions?

test validation will fail, because there's MySQL function AES_ENCRYPT etc. ORM with MySQL function $user = ORM::factory('user', 1); $user->test =…
asked June 20, 2011 12:49 pm CDT
stacknoob
-1
votes
6 answers
32 views

Regex Email Validation problem ?

I am using C# with jQuery to validate a bunch of emails entered into a form. public const string Email =…
asked June 20, 2011 1:15 am CDT
Tom
0
votes
3 answers
27 views

Validate URL's via Regex ?

I have the following Regex "^http\\\\://[a-zA-Z0-9\\\\-\\\\.]+\\\\.[a-zA-Z]{2,3}(/\\\\S*)?$"; But I'm not sure that it's validating URL's correctly…
asked June 19, 2011 11:38 pm CDT
Tom
0
votes
6 answers
28 views

Want a regex for validating Indian Vehicle Number Format?

Hello everyone here... I need to build up a swing application related to vehicle registration and in which i want to do input the vehicle number of…
asked June 17, 2011 8:17 am CDT
Asif
1
vote
3 answers
30 views

Validating user's UTF-8 name in Javascript

I am using the following JavaScript regexp to validate users First and Last names var regexp = /^((?=[a-z \']).)+$/i; var val1 = "Normal Text'…
asked June 17, 2011 12:35 am CDT
WooDzu
1
vote
1 answers
42 views

How to Update MySQL Database with CSV(flat-file) and validate data before insertion.

I have about 40K records that I need to update into my php/mysql application on a daily basis. What is the recommended best approach? I did some…
asked June 16, 2011 1:51 pm CDT
user204245
0
votes
3 answers
21 views

Regex expression to match consoant

how can i detect with a regex expression if the same consonant is repeated three times or more ? My idea is match words like tttool or likkke or…
asked June 13, 2011 8:21 pm CDT
user455318
0
votes
5 answers
27 views

Password Regular Expression

I need to come up with a regular expression that validates a string with the following requirements: Only contains alphanumeric and the following…
asked June 13, 2011 3:42 pm CDT
Colonel Panic
2
votes
3 answers
33 views

Data validation package for PHP?

all. Stupid question. I've got a project that I'm working on in PHP; it's a registration form for a customer that will eventually write to a MySQL…
asked June 12, 2011 7:26 pm CDT
lunchmeat317
0
votes
1 answer
30 views

Check if the digits in a number are in ascending order

I have a string that represents a number as such: 445123966682 In that number there are 3 digits that are in ascending order: 123 I want to write a…
asked June 12, 2011 9:58 am CDT
Brandon
0
votes
1 answer
18 views

Using jquery with regex for validaton

I am having a really hard time using Regex (its my first time using Regex, so bare with me) together with the jquery validate plugin. My code is:…
asked June 9, 2011 11:14 am CDT
Ortal
1
vote
1 answer
37 views

Check if an URL is a valid Google search URL

I'd like to check if an URL is a valid Google search URL (e.g.…
asked June 9, 2011 3:32 am CDT
Bruno
0
votes
2 answers
37 views

Do need to cosider differences between PHP & MySQL string lengths (eg. Single Byte vs Multi Byte characters)

I am wondering if I were to validate a string that will be inserted into MySQL, do I need to consider single vs multi byte characters? I wonder if I…
asked June 8, 2011 10:16 pm CDT
JM at Work
0
votes
2 answers
29 views

Credit Card validator for Symfony 1.4

Is anyone using a working Credit Card number validator with Symfony 1.4? I found https://gist.github.com/181049 via…
asked June 7, 2011 10:15 am CDT
Phil Moorhouse
1
vote
6 answers
34 views

Unexpected behaviour of regex validating email

I am validating an email address using the following regex var regex=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; Now the problem…
asked June 7, 2011 1:57 am CDT
Awais Qarni
2
votes
2 answers
31 views

Converting javascript regex to php preg_match

I'm building a contact form using PHP with jQuery validation and I wanted them both to have the same email pattern. I looked into the Validation…
asked June 7, 2011 1:34 am CDT
gavsiu
Pages : 1 | 2 | 3 | 4 | 5 > [7]
140

validation

Tagged: validation
Related Tags
regex × 110
javascript × 26
php × 25
mysql × 17
asp.net × 16
c# × 14
.net × 10
url × 8
java × 7
forms × 5
ruby × 5
jquery × 5
mongodb × 4
domain × 4
email × 4
string × 3
model × 3
couchdb × 3
python × 3
sql × 3
security × 3
mongoid × 2
perl × 2
ssl × 2