1.3.3 Regular Expression
1.3.3 Regular Expression
CO2 Understand
Students will understand the underlying concept of themes in & Analyze
wordpress.
CO3 Understand
Students will learn database connectivity, plugin and security
issues.
2
Web Development
Using PHP
Course Outcome • OOP
CO Title Level
Number
• Session and Cookies
• File handling
CO1 Understand
CO3 Understand
Students will learn database connectivity, plugin and security
issues.
3
Topics to be Covered
• Regular Expressions
• Regular Expression Syntax (POSIX)
4
PHP Regular Expressions
• Regular expressions are commonly
known as regex. These are nothing more
than a pattern or a sequence of charac-
ters, which describe a special search
pattern as text string.
• Regular expression allows you to search
a specific string inside another 5string.
Operators in Regular Expression
Description
\t It represents a tab.
[3]www.expertphp.in/images/articles/
ArtImgC67UTd_classes_and_objects.jpg
10
Book References
• Php: The Complete Reference, Steven Holzner, Tata McGraw-
Hill Education, 2007
• Modern PHP: New Features and Good Practices, Josh Lockhart,
"O'Reilly Media, Inc.“, 2015.
• PHP for the Web: Visual QuickStart Guide, Larry Ullman
Pearson Education, 2006.
• https://www.tutorialspoint.com/php/index.htm
• https://www.codecademy.com/learn/learn-php
11
Video Links
• https://www.youtube.com/watch?v=3RlDZEa6gW8
• https://www.youtube.com/watch?v=xqI2hdDn47k
12
THANK YOU