Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我想在 JavaME 中实现一个正则表达式引擎(缺少正则表达式库),从哪里开始最好?我想象那里有现有的正则表达式代码,可以用作移植的起点。
如果做不到这一点,一个关于如何编译和执行正则表达式的好指南就可以了。
您能否调查第三方 RegEx 库,例如http://www.brics.dk/~amoeller/automaton/?
您能否分析您的需求并将您的需求简化为不需要 RegEx 库的东西?