Package | Description |
---|---|
org.unix4j.unix.sed |
Contains private classes used by the
sed command. |
Modifier and Type | Method and Description |
---|---|
SedCommand |
SedFactory.sed(SedOptions options,
String regexp) |
SedCommand |
SedFactory.sed(SedOptions options,
String string1,
String string2) |
SedCommand |
SedFactory.sed(SedOptions options,
String string1,
String string2,
int... occurrence) |
SedCommand |
SedFactory.sed(String... args) |
SedCommand |
SedFactory.sed(String script) |
SedCommand |
SedFactory.sed(String regexp,
String replacement) |
SedCommand |
SedFactory.sed(String regexp,
String replacement,
int... occurrence) |
Copyright © 2024. All rights reserved.