This is the Windows app named RE2/J whose latest release can be downloaded as re2j-1.8-javadoc.jar. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named RE2/J with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
SCREENSHOTS
Ad
RE2/J
DESCRIPTION
RE2/J is a high-performance regular expression engine implemented in pure Java as a port of Google’s C++ RE2 library. Unlike traditional regex engines such as Java’s java.util.regex, PCRE, or Perl’s implementation—which rely on backtracking and can suffer from catastrophic exponential runtimes—RE2/J guarantees linear-time matching relative to input size. It achieves this efficiency by simulating all possible matches in a single pass using a nondeterministic finite automaton (NFA), ensuring predictable and safe performance even with complex patterns. This makes RE2/J ideal for applications that must handle user-supplied regular expressions securely without the risk of denial-of-service through regex backtracking. While it omits some advanced features like backreferences and certain Java regex options, it supports the vast majority of practical expressions used in production code. RE2/J thus provides a reliable, safe, and scalable alternative for developers.
Features
- Linear-time regular expression matching regardless of input size
- Implemented entirely in Java as a port of Google’s C++ RE2 engine
- Immune to catastrophic backtracking and stack overflows
- Compatible with most Java regular expression syntax and behavior
- Designed for safety when handling untrusted regex patterns
- Easily integrated via Maven or direct JAR inclusion in Java projects
Programming Language
Java, Perl
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/re2-j.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.