Tag Archives: Pattern-sequence Memory with Regular Expressions

Perl – Using Pattern-sequence Memory with Regular Expressions

Pattern-sequence memory is very useful when you want to match the same character in several places but don’t care which character you match as long as all occurrences are the same character. For example, the below code matches the date … Continue reading

Posted in Perl, Programming Languages, Technology | Tagged , , , , , , , , , | Leave a comment