TEXT processing often involves matching TEXT against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
- Convert file (plain TEXT) or clipboard content among the following
encodings: big5, gbk, hz, shift-jis, jis, euc-jp, unicode big-endian,
unicode little-endian, and utf-8.
- Batch files conversion
- Preview file content and converted result before actual conversion.
This a simple hardware UART test program. It receives TEXT lines over
the serial port and writes back a status msg with length and contents of
the buffer.
A frame with a TEXT area to show the contents of a file inside
a zip archive, a combo box to select different files in the
archive, and a menu to load a new archive.
onBlur event handler
A blur event occurs when a TEXT or TEXTArea field on a form loses focus. The onBlur event handler executes JavaScript code when a blur event occurs.
Applies to
TEXT editor implemented in Java using SWT for UI. It is intended to be a minimalist programmer s editor.
It requires a Java Runtime and SWT, but should be OS independent.