The question pretty much sums it up. I just want to run a regular expression in a string in J2ME.
JRegex will not work on the CLDC device. Try the following: code.google.com/p/regexp-me/ .
Will JRegex work in J2ME?
UPDATE: based on Rory's comment, I recommend JRegex.
JRegex does not compile on J2ME (at least in the Blackberry Dev environment). I'm also interested in the regex library, but JRegex doesn't seem to work for this purpose.
It's hard to say what works on J2ME due to the extreme age of J2ME API support, but try Apache ORO . It's quite old, crunchy, and outdated, which can, if you're lucky, work on J2ME.
Source: https://habr.com/ru/post/1277079/More articles:The Pending Checks window is stuck; never completes update - visual-sourcesafeLinking data with Silverlight - silverlightServer virtualization: how to avoid, find and eliminate bottlenecks? - performanceHow to determine if an Excel workbook is protected - excel-vbaHow can I redirect and change urls without extension via ASP.NET? - c #WCF Service Call from Silverlight - silverlightWPF layout windows form elements inside ScrollViewer - wpfAs a system in Sqlplus, how do I query another user table? - sqlSimulate Control-Alt-Delete key sequence in Vista and XP - windowsHow to change the format of the Subversion repository? - svnAll Articles