Regular expressions in J2ME

前端 未结 1 689
一生所求
一生所求 2020-12-18 02:47

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

相关标签:
1条回答
  • 2020-12-18 03:44

    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?

    0 讨论(0)
提交回复
热议问题