Tagged articles
8 articles
Page 1 of 1
php Courses
php Courses
Oct 13, 2025 · Backend Development

Master PHP’s glob() Function: Powerful File Pattern Matching Explained

Learn how PHP’s glob() function can retrieve file paths using patterns, understand its syntax, parameters, and flags, and explore practical code examples for matching all files, specific extensions, brace expansions, and recursive directories, while noting important considerations and limitations.

BackendPHPfile-matching
0 likes · 4 min read
Master PHP’s glob() Function: Powerful File Pattern Matching Explained
Java Captain
Java Captain
Mar 29, 2025 · Fundamentals

Java Regular Expressions: Syntax, Examples, and Usage

This article introduces Java regular expressions, covering basic syntax, character classes, logical operators, predefined tokens, quantifiers, practical code examples, common applications such as data validation, and performance optimization tips for effective string processing in Java.

MatcherString processingjava
0 likes · 11 min read
Java Regular Expressions: Syntax, Examples, and Usage
php Courses
php Courses
Feb 18, 2025 · Backend Development

Using PHP glob() to Retrieve File Paths with Pattern Matching

This article explains PHP's glob() function, detailing its syntax, parameters, and various pattern‑matching examples—including wildcard, extension, brace, and recursive searches—while highlighting important flags and considerations for handling returned file and directory arrays.

Backendfile-matchingglob
0 likes · 4 min read
Using PHP glob() to Retrieve File Paths with Pattern Matching
FunTester
FunTester
Dec 2, 2021 · Fundamentals

Regular Expressions in Java: Theory, Syntax, and Practical Examples

This article provides a comprehensive overview of Java regular expressions, covering their historical background, core syntax such as character literals, character classes, quantifiers, anchors, and logical operators, and demonstrates practical use cases like validation, splitting, and replacement of strings.

Stringpatternregex
0 likes · 9 min read
Regular Expressions in Java: Theory, Syntax, and Practical Examples
MaGe Linux Operations
MaGe Linux Operations
Aug 21, 2014 · Fundamentals

Master Python Regular Expressions: From Basics to Advanced Usage

This article provides a comprehensive guide to Python's regular expression support, covering fundamental concepts, greedy vs. non‑greedy quantifiers, escape handling, match objects, pattern compilation, and the full suite of re module functions with practical code examples.

Pythonmatchpattern
0 likes · 16 min read
Master Python Regular Expressions: From Basics to Advanced Usage