Category: Regular Expressions
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...
/(?:\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...
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...