Skip to content

Add class 35 exercises: Regex#69

Open
minicatsCB wants to merge 1 commit intomasterfrom
dev_maribel_regex
Open

Add class 35 exercises: Regex#69
minicatsCB wants to merge 1 commit intomasterfrom
dev_maribel_regex

Conversation

@minicatsCB
Copy link
Copy Markdown
Collaborator

Cuando puedas, ¿le podrías echar un vistazo? Gracias. :)

@minicatsCB minicatsCB requested review from UlisesGascon and removed request for UlisesGascon January 27, 2019 11:40
@minicatsCB minicatsCB mentioned this pull request Jan 27, 2019
46 tasks
Copy link
Copy Markdown
Contributor

@UlisesGascon UlisesGascon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¿Seguro que te funcionaron bien?

```

```javascript
let regex = /([\w\d._-]+@[a-zA-Z0-9.]+\.[\w\d]+)/;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple y directa! 👍

```

```javascript
let regex = /^[\d]{8}-?[\w]$/;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No funciono

No válidos: X-1233456, 1234567
```
```javascript
let regex = /^x?y?z?-?[\d]{7}-?[\w]$/;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No funciono

```

```javascript
let regex = /^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[@#\$%])(?=.{6,20})/;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No funciono...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants