How can I add a REGEX match to my J2ME project?

随声附和 提交于 2019-12-04 09:06:27

JRegex will not run on CLDC device. Try this one: code.google.com/p/regexp-me/.

Will JRegex run in J2ME?

UPDATE: Based on Rory's comment, I recommend JRegex, then.

JRegex doesn't compile on J2ME (at least in the blackberry dev environment). I'm interested in a regex library as well but JRegex doesn't seem to work for this purpose.

It's hard to tell what runs on J2ME due to the extreme old age of J2ME's API support, but try Apache ORO. That's sufficiently old, crusty and obsolete that it may, if you're lucky, work on J2ME.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!