|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.ip.util.RegexUtils
public abstract class RegexUtils
Regular Expression Utilities.
Method Summary | |
---|---|
static java.lang.String |
escapeRegexSpecials(java.lang.String stringToEscape)
Escapes (precedes with \) any characters in the parameter in the set .$[]^*+{}()\?| Used to escape a string that is used as a regular expression pattern, to remove the special meaning of these characters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String escapeRegexSpecials(java.lang.String stringToEscape)
.$[]^*+{}()\?|
stringToEscape
- The string to escape.
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |