![]() |
VOOZH | about |
Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I mostly need it for searching snippets of code. Thanks for the writeup!
Great articleโฆ
Great article, thanks!
| The following expression matches the string โfreeโ plus one or more characters that are not whitespace:
grep -E "free[^[:space:]]+" GPL-3
This wouldnโt match tab whitespace. For it to match tab whitespaces, youโll need to make :space: into :blank: like so:
grep -E "free[^[:blank:]]+" GPL-3
Hi , i need a quick answer to this question, I have the following two string where i search for 20141107(Date) soon after 5 0r 6 characters after start, and if it comes latter, it should be ignored. in simple words, i believe there is no match for 20141107 in below two string. please help me write a regular expression for this.
FSDE5201410201411074218GCDR FSDE54201410201411074218GCDR
Crystal clear! Iโm very grateful to this article.
How can i make RE for following ,
function any_fun_name**(any_arq,more_arq,โฆ){** /// Code }
i want to match pattern for font in bold,
valid is,
function abc(){ }
function abvvdd(dfd,dfd,dfd){ }
Not valid is
function adfhdf() { }
thanks
i mostly need it for searching special characters . i need search for โsometext *โ sometext space star
can you give me the command ? thanks
Nice Article , can we add this too ?
Usage 8: Search for multiple patterns for single word.
Normally we search for only one pattern.But with fgrep we can give multiple patterns for searching string.
Usage 9: Search for String in Zip Files.
In linux,we zip the files with extension as โ.gzโ.We can search in Zip file by using above command.
Best slack i did for grep till now, cool run!
Thank you for providing explanations, demonstrations and hands-on material to experiment withโฆ
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.