If I wanted to implement a regex engine in JavaME (Which lacks the regex libraries), where would be the best place to start? I\'m imagining there is existing regex code out
Could you investigate third party RegEx libraries, such as http://www.brics.dk/~amoeller/automaton/ ?
Could you analyse your requirements and simplify your needs to something that doesn't need a RegEx library?