This really has nothing to do with Perl expect that Perl's an influence, but...
Sun has just released Java Development Kit 1.4 Beta, and probably the most exciting part about it is the new
java.util.regex class!! Many long-time Perl programmers who have recentley been forced/coerced into using Java found that one of the WORST things about it was the absolute lack of any standard regex engine - parsing text in Java is hell beyond belief, or atleast it WAS.
However, if you take a look at the API Docs on java.sun.com for JDK 1.4, you will find a Regex engine that is as full-featured as Perl's regex engine - wonder why? Because it was based almost entirely ON Perl's engine!! YAY FOR PERL!! And YAY for Sun for finally getting their acts together!
Anyway, I just thought I would let everyone here know this because I know that there are a lot of PMers who also use Java because they have to for work or school (like me) or they even *gasp* like it :). This is defintely on of the biggest things to happent to Java since, well, Java!
r.
j
o
s
e
p
h
"Violence is a last resort of the incompetent" - Salvor Hardin,
Foundation by Issac Asimov
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.