select REGEXP_SUBSTR('ONE|TWO|THREE|FOUR|FIVE|SIX|SEVEN|EIGHT|NINE|TEN|ELEVENTHEBAND|TWELVE', '[[:alpha:]]+' , 1 , 3);
To embed this program on your website, copy the following code and paste it into your website's HTML: