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