Skip to content

Regular Expressions in Perl define special operators that test whether a particular pattern appears in a character string. The result of the =~ operation is one of the following: A nonzero value, or true, if the pattern is found in the string

Notifications You must be signed in to change notification settings

manzala/Pattern-Matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Perl

About

Regular Expressions in Perl define special operators that test whether a particular pattern appears in a character string. The result of the =~ operation is one of the following: A nonzero value, or true, if the pattern is found in the string

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published