Username Regular Expression

Username Regular Expression

Most of the time while working on projects in software/web/mobile development we have to deal with the validations while filling forms and if we are allowing users to fill in their information then it is must that the user should...

Integer and decimal number regex

Integer & Decimal Number Regular Expressions

/(?:\d*\.)?\d+/g OR /(?:\d*\.?\d+)/g In the above expression we are having various different symbols and I am sure that you all are getting confused with this scary regular expression. But no need to get confused here because it’s the normal expression...

Regular Expressions regex

Introduction to Regular Expressions

Well, you are here because you are interested in learning Regular Expressions and this article will teach you what all you need to write time-saver regular expressions. If you don’t know anything about regular expressions then also this article will...

Wordpress Introduction

Introduction to WordPress

WordPress is the world’s most popular self hosted blogging tool, which has been used by millions of users on their websites worldwide. WordPress is an online, open source content management system (CMS) which allows it’s users to create dynamic websites...