public interface Sed
| Modifier and Type | Method and Description |
|---|---|
static Sed |
instance(Properties props)
Factory method for getting a Sed instance
|
void |
replace(String key,
String pattern,
String replacement) |
void |
replaceAll(String pattern,
String replacement) |
void |
replaceAll(String keyBase,
String pattern,
String replacement) |
static Sed instance(Properties props)
props - Copyright © 2011–2018 David R. Smith. All rights reserved.