-
At the moment we validate a url using this regexp
```
%r{^#{
protocol
}[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(([0-9]{1,5})?\/.*)?$}iux
```
https://github.com/riboseinc/u…
-
Wrote an Express/JS API with REST API methods and routes that create a user (POST /user/signup), login a user(POST /user/login), add a new drug (PATCH /user/add), edit an existing drug (PATCH /user/ed…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 2.7.x-dev
#### Summary
Given 2 enties, User and Schedule with a One To One relation between…
-
```
I am using a csv file of 34K+ emails.
I am using Zend Email Validator to validate the email pattern then correct
email addresses are validated using SMTP_validateEmail but it says "Notice:
fwrit…
-
```
I am using a csv file of 34K+ emails.
I am using Zend Email Validator to validate the email pattern then correct
email addresses are validated using SMTP_validateEmail but it says "Notice:
fwrit…
-
```
I am using a csv file of 34K+ emails.
I am using Zend Email Validator to validate the email pattern then correct
email addresses are validated using SMTP_validateEmail but it says "Notice:
fwrit…
-
```
I am using a csv file of 34K+ emails.
I am using Zend Email Validator to validate the email pattern then correct
email addresses are validated using SMTP_validateEmail but it says "Notice:
fwrit…
-
```
I am using a csv file of 34K+ emails.
I am using Zend Email Validator to validate the email pattern then correct
email addresses are validated using SMTP_validateEmail but it says "Notice:
fwrit…
-
```
I am using a csv file of 34K+ emails.
I am using Zend Email Validator to validate the email pattern then correct
email addresses are validated using SMTP_validateEmail but it says "Notice:
fwrit…
-
I'm trying to create a query in mongoengine like this mongo query:
``` javascript
db.person.find( {
{ mother: { $ref: "person" , $id: ObjectId('4de504a5cd755c5ac9000000') } },
$or: [
…