Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Scripting >> Perl >> What is the syntax for pattern matching operation.

1. Syntax: m/<pattern>/<options> 2. <options> g match globally i case-insensitive m treat string as multiple lines o compile pattern only once s treat string as single line x use extended regular expression 3. If string not assigned to $_ then use string =~ /<pattern>/opt 4. For details see man perlop.
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]