RegexpGarden












- Garden Text Representation
123456
let garden = [
"Heliopsis helianthoides",
"Rosemary",
"Echinacea 'Sunrise'",
"Primrose", "Christmas Rose", "Rose"
];
- Code Editor
- Log
123456
for (const plant of garden) {
if (plant.match(//i) {
cut(plant);
}
}