RESOURCE MONITOR
CPU23%
MEMORY67%
DISK I/O45%
NETWORK89%
SYSTEM MONITOR
|
SECURITY LOG
[14:23:45]INFOUser authentication successful
[14:23:47]WARNSuspicious network activity detected
[14:23:50]INFOFirewall rule updated
NETWORK SCAN
Scanning ports: 22, 80, 443, 3389
192.168.1.100 - OPEN
192.168.1.101 - FILTERED
Scan completed: 4/4 ports

Advanced Character Classes

Lesson 1 of 6 - Pattern Matching

Lesson Progress0/4
15 minutes
Intermediate

1
Custom Character Classes

Theory

Create your own character classes by listing specific characters inside square brackets. You can include individual characters, ranges, and combine multiple elements.

Example

/[aeiouAEIOU]/ matches any vowel, upper or lowercase

Practical Understanding

Custom character classes give you precise control over which characters can match at any position.