Package | Description |
---|---|
org.unix4j.unix.sed |
Contains private classes used by the
sed command. |
Modifier and Type | Field and Description |
---|---|
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.g
Option
"-g" : Globally substitute for all non-overlapping instances of the regexp
rather than just the first one. |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.global
Option
"--global" : Globally substitute for all non-overlapping instances of the regexp
rather than just the first one. |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.I
Option
"-I" : Use case insensitive pattern matching. |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.ignoreCase
Option
"--ignoreCase" : Use case insensitive pattern matching. |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.l
Option
"-l" : Writes the current line number on a separate line to the standard
output. |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.lineNumber
Option
"--lineNumber" : Writes the current line number on a separate line to the standard
output. |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.n
Option
"-n" : Suppress the default output (in which each line, after it is
examined for editing, is written to standard output). |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.p
Option
"-p" : Write the matched line to standard output. |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.print
Option
"--print" : Write the matched line to standard output. |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.quiet
Option
"--quiet" : Suppress the default output (in which each line, after it is
examined for editing, is written to standard output). |
SedOptionSet_Iglnpy |
SedOptionSets.translate
Option
"--translate" : Replace all occurrences of characters in string1 with the
corresponding characters in string2. |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.translate
Option
"--translate" : Replace all occurrences of characters in string1 with the
corresponding characters in string2. |
SedOptionSet_Iglnpy |
SedOptionSet_Iacdgilnpsy.translate
Option
"--translate" : Replace all occurrences of characters in string1 with the
corresponding characters in string2. |
SedOptionSet_Iglnpy |
SedOptionSets.y
Option
"-y" : Replace all occurrences of characters in string1 with the
corresponding characters in string2. |
SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.y
Option
"-y" : Replace all occurrences of characters in string1 with the
corresponding characters in string2. |
SedOptionSet_Iglnpy |
SedOptionSet_Iacdgilnpsy.y
Option
"-y" : Replace all occurrences of characters in string1 with the
corresponding characters in string2. |
Modifier and Type | Method and Description |
---|---|
static SedOptionSet_Iglnpy |
SedOptionSet_Iglnpy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SedOptionSet_Iglnpy[] |
SedOptionSet_Iglnpy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.