Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shannah/cn1-regex
Codename One Regular Expressions Library
https://github.com/shannah/cn1-regex
Last synced: about 1 month ago
JSON representation
Codename One Regular Expressions Library
- Host: GitHub
- URL: https://github.com/shannah/cn1-regex
- Owner: shannah
- Created: 2013-08-26T20:56:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-26T22:27:19.000Z (over 11 years ago)
- Last Synced: 2023-04-01T05:43:09.404Z (over 1 year ago)
- Language: Java
- Size: 2.55 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codename One Regex Library
This is a port of the [regexp-me project](https://code.google.com/p/regexp-me/) with minor changes to improve performance on [Codename One](http://www.codenameone.com), and wrapped as a cn1lib library.
## Motivation
Currently (as of August 26, 2013), the Codename One String class doesn't include regex support. This provides cross-platform, lightweight regular expression support.
## Current Status
I whipped this up pretty quickly. So far I have only tested it in the simulator and on the iPhone (using a build server debug build). I don't see any reason why it shouldn't work on all platforms, though. If you have problems on any platform just let me know.
## Installation
1. Download [CodenameOneRegexLib.cn1lib](https://github.com/shannah/cn1-regex/raw/master/dist/CodenameOneRegexLib.cn1lib) and copy it into your application's Netbeans project's lib directory.
2. In the "Projects" explorer in Netbeans, right click on your project, and select "Refresh Libs"## Usage
For full usage examples see the [regexp-me project page](https://code.google.com/p/regexp-me/) and [javadocs](http://regexp-me.googlecode.com/svn/trunk/regexp-me/doc/index.html).
## Contact
[shannah78](https://twitter.com/shannah78)