- Grep
-
Perl
-
Non Capturing
*
-
Shorthands
*
♣
-
Substitution
*
-
Lookaround
*
-
Delimiters
*
-
Context
*
-
Mode Modifier
*
-
Atomic Grouping
*
-
Mechanics
*
-
Non Capturing
*
Perl ♣ Shorthands
Shorthand for any whitespace character \s Matches a backspace \b $s = '-98 F' $p = '^([-+]?[0-9]+)\s*[CF]$'
b1