grunwaldlab / analysis_of_microbiome_community_data_in_r

This is the source code for the "Analysis of Microbiome Community Data in R" ICPP 2018 workshop. The website is available at: https://grunwaldlab.github.io/analysis_of_microbiome_community_data_in_r/
17 stars 16 forks source link

Good help resource for regexes #6

Open zachary-foster opened 6 years ago

zachary-foster commented 6 years ago

https://regexr.com/

knausb commented 6 years ago

Personally, my goto is http://perldoc.perl.org/perlintro.html#Regular-expressions. But it is perl.