The NetBeans IDE is a free, Open-Source Integrated Development Environment for software developers.
The IDE runs on many platforms including Windows, Linux, Solaris, and the MacOS.
It is easy to install and use straight out of the box. The NetBeans IDE provides
developers with all the tools they need to create professional cross-platform
desktop, enterprise, web and mobile applications.
PR: 110373
Submitted by: Nemo Liu<nemoliu@gmail.com>
Repocopy by: marcus
The -CURRENT /bin/expr command may get confused when matching regexps
against strings that begin with "-", because they are interpreted as
command flags.
Using "--" as the first flag solves this, but it will in turn confuse
-STABLE expr (syntax error), so it looks like there's no common way to do
it (that I can think of).