Tag : Regular Expression



How To Validate Phone Number In Laravel 10

How To Validate Phone Number In Laravel 10

In this article, we will see how to validate phone numbers in laravel 10. Here, we will learn about mobile number validation in laravel 10. There are different methods of validating phone numbers. we will see an example of 10-digit phone number validation in laravel 10.

So, le...

How To Restrict Special Characters Using jQuery Regex

How To Restrict Special Characters Using jQuery Regex

In this article, we will see how to restrict special characters using jquery regex. Here, we will learn how to create regex validation for a special character that is not allowed in the input textbox.

Using regular expression you can restrict the special character in the input fiel...

Laravel 9 Phone Number Validation Using Regex

Laravel 9 Phone Number Validation Using Regex

In this article, we will see laravel 9 phone number validation using regex. In laravel 9 we will see different methods of validating phone numbers. Also, we will see an example of 10-digit phone number validation in laravel 9 and mobile number validation using regex or regular expression.

How To Validate Phone Number Using jQuery

How To Validate Phone Number Using jQuery

In this article, we will see how to validate phone numbers using jquery. We will learn different methods of validating phone numbers in PHP with jQuery. Also, we will see an example of 10-digit phone number validation in PHP and mobile number validation using regex or regular expression.

...

How To Validate URL In PHP With Regex

How To Validate URL In PHP With Regex

Hello Guys,

In this tutorial we will see how to validate URL in PHP with regex. also you can implement in laravel or php. here we will give you example of validate url with regular expression and without regular expression so you can both way to implement validate url in php or lar...

How To Validate 10 Digit Mobile Number Using Regular Expression

How To Validate 10 Digit Mobile Number Using Regular Expression

In This small tutorial, I will explain to you how to validate a 10-digit mobile number using regular expressions in laravel or PHP. The Regex validation gives flexibility to users to enter numbers in different formats as per users' requirements. When you are working with form valida...

Recommended Post
Featured Post
PHP Access Modifiers Example
PHP Access Modifiers Example

In this example we will see PHP access modifiers example. In PHP default access modifier is public. PHP provide differen...

Read More

Sep-06-2021

How To Install phpMyAdmin In Ubuntu
How To Install phpMyAdmin In U...

In this article, we will explore the process of installing phpMyAdmin in Ubuntu. phpMyAdmin is a popular web-based admin...

Read More

Jul-24-2023

How To Send Email With Attachment In Laravel 8
How To Send Email With Attachm...

In this tutorial i will show you how to send email with attachment in laravel 8. As we all know mail functionalities are...

Read More

May-05-2021

Import Export CSV/EXCEL File In Laravel
Import Export CSV/EXCEL File I...

Today I will show you how to implement/install the import/export package in laravel 6/7. We will simply create...

Read More

May-19-2020