RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find IFSC Code Validation
Expression
[A-Z|a-z]{4}[0][\d]{6}$
Description
IFSC Code normally contains 11 characters.In that first 4 characters are alphabets,5th character is 0 and next 6 characters are numerics
Matches
CITI0344444
Non-Matches
CITI3444444
Author Rating: The rating for this expression. Bhanu Prakash
Source
Your Rating
Bad Good

Enter New Comment

Title
 
Name
 
Comment
 
Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

Title: not correct
Name: Shajeer
Date: 5/16/2017 9:36:56 AM
Comment:
This is not correct, the last 6 characters can be alpha numeric.


Title: Last 6 characters can be alphanumeric
Name: Sahil
Date: 8/5/2016 1:08:07 PM
Comment:
YESB0CMSNOC is also a valid IFSC. Hence ^[A-Z|a-z]{4}[0][\w]{6}$ should be a valid IFSC Code Validation RegEx.


Title: this will not work
Name: Ganesh
Date: 1/23/2016 6:28:34 AM
Comment:
BOTM0ND3611


Title: This will Sure work
Name: Rushik
Date: 1/22/2015 3:00:00 AM
Comment:
[A-Z|a-z]{4}[0][0-9]{6}$ rather then you can use this Expression


Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials