vodkadrinker
Technical User
Is there and simple way to do these two commands in one?
Code:
$logline =~ s/[^[:ascii:]]//g;
$logline =~ s/\0//g;
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$logline =~ s/[^[:ascii:]]//g;
$logline =~ s/\0//g;
[navy]$logline[/navy] [teal]=~[/teal] [b]s[/b][fuchsia]/[^[:ascii:]][highlight]|[/highlight]\0//[/fuchsia][b]g[/b][teal];[/teal]
( man perlre | Regular Expressions | Metacharacters )man perlre said:[tt][highlight]|[/highlight] Alternation[/tt]