开发者

Regular expressions in microedition

How can I use regular expressions in microedi开发者_JS百科tion?


J2ME lacks regular expression libraries. Please see the answers to Regular expressions in J2ME (which is about implementing regex) for some alternative implementations.


Regular expressions are not supported in Java ME. One reason could be that regular expressions have performance issues as described here. You can't afford compute intensive software on micro devices. Cheers

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜