Given strings like "Database_Test_Access_DB" and "Database_Development_Access_DB", I wish to get just "Test" and "Development" from the above-mentioned strings. In other words, I would like to get the string that starts after the first '_' and ends with the next (second) '_'. I would believe that a regex would be do the trick but would like your input. I respectfully ask for eternal guidance from those monks of the Perl monastery. Thank you.
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |