Skip to content

Added validation doesnt_end_with rule - #43518

Merged
taylorotwell merged 1 commit into
laravel:9.xfrom
kichetof:9.x
Aug 2, 2022
Merged

Added validation doesnt_end_with rule#43518
taylorotwell merged 1 commit into
laravel:9.xfrom
kichetof:9.x

Conversation

@kichetof

@kichetof kichetof commented Aug 2, 2022

Copy link
Copy Markdown
Contributor

This PR add a validation rule doesnt_end_with to allow user to check if a string doesn't end with a specific substring.

Multiple use cases, for me, check if an email address doesn't finished by some domain names.

@taylorotwell
taylorotwell merged commit abcc6ea into laravel:9.x Aug 2, 2022
@taylorotwell

Copy link
Copy Markdown
Member

@kichetof will need a PR to laravel/laravel for the translation line.

@kichetof

kichetof commented Aug 2, 2022

Copy link
Copy Markdown
Contributor Author

@taylorotwell done :) laravel/laravel#5962

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