Search Results

Search: Posts Made By: nezabudka
14,782
Posted By nezabudka
else in PCRE work such flag (?U:). I will put a...
else in PCRE work such flag (?U:). I will put a space so that it can be seen
cat file
abcdtest123^ DUMMY testabcd12234 DUMMY bla blabla12231311313blabla bla.....,,,,,bla
grep -oP...
14,782
Posted By nezabudka
I'm probably a little wrong. the non-greedy...
I'm probably a little wrong. the non-greedy expression on the left side allows you to not check the entire string, but limit itself to the first match. hence not a greedy expression faster and that's...
14,782
Posted By nezabudka
answered not in the case :confused:
answered not in the case :confused:
14,782
Posted By nezabudka
here is opposites \K grep -ioP...
here is opposites \K
grep -ioP 'project\D+(?=\d+\.([\d,a-z]+\.){1,}[\d,a-z]+|\d+\.[\d,a-z]+|\d+)'
maybe means forget all follows matches?

--- Post updated at 18:18 ---

exactly means forget...
14,782
Posted By nezabudka
Hi It's a bit redundant option -i applies to...
Hi
It's a bit redundant
option -i applies to the whole template
grep -ioP 'project\D+\K(\d+\.([\d,a-z]+\.){1,}[\d,a-z]+|\d+\.[\d,a-z]+|\d+)'
if you want to limit it is better so
grep -oP...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 08:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy