• Hubs
  • tagged regular expressions

1-10 of 24 hubssort by Hot Best Latest

74

Using Regular Expressions in Perl

IntroductionThis is the seventh part of my series, Regular Expressions in Perl for the Novice. We have seen some uses or regex in Perl. We know how to verify if a regex is found in an available string. We...

0 comments    use perl regular expression
74

Regex Modifiers in Perl

IntroductionThis is the fifth part of my series, Regular Expressions in Perl for the Novice. Matching is case sensitive. You may not know if what you are looking for is in lower case or upper case or has...

0 comments    perl regular expression modifier
76

PHP Regular Expressions

IntroductionConsider the string,                            “This is a man”.Assume that you do not know the content of the string; the string might have been typed by the user and...

0 comments    php start regular expressions
73

More Regular Expressions in Perl

IntroductionThis is the eighth part of my series, Regular Expressions in Perl for the Novice. We have learned a lot about regular expressions in Perl. What we have learned would solve many of our problems....

0 comments    more perl regular expression
73

Regex SubPattern in PHP

IntroductionIn this part of the series, I explain regex Grouping (subpattern) and Capturing in PHP.GroupingsWe can use parenthesis to group characters in a pattern. Consider the following...

0 comments    technology php subpattern
54

Regular Expression Patterns in Perl

IntroductionThis is the second part of my series, Regular Expressions in Perl for the Novice. In this part of the series, we start analyzing patterns in Perl Regular Expressions.Character ClassesThe Square...

1 comment    pattern perl regular expression
58

Building a Regular Expression in Perl

IntroductionThis is the sixth part of my series, Regular Expressions in Perl for the Novice. Many of the examples we have come across are simple examples. In this section we look at two examples that are more...

0 comments    build perl regular expression
58

Building a Regular Expression in PHP

IntroductionMany of the examples we have come across are simple examples. In this section we look at two examples that are more demanding. Before we leave this part of the series, we shall talk about what is...

0 comments    php build regular expression
56

Regular Expressions in Perl for the Novice

IntroductionThis is the first part of my series, Regular Expressions in Perl for the Novice. Consider the string,                            “This is a man”.Assume that you do not...

0 comments    introduction perl
57

Extra Features in JavaScript String Regular Expressions

IntroductionThis is the eighth and last part of my series, JavaScript String Regular Expressions. We have learned a lot about regular expressions in JavaScript. What we have learned would solve many of our...

0 comments    javascript string more
working