public class WebUtil extends Object
Constructor and Description |
---|
WebUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
escapeHTML(String s) |
static String |
escapeNewlines(String s) |
static String |
escapeQuotes(String s) |
static String |
escapeQuotesAndNewlines(String s) |
static String |
stripFilename(String filename)
Strips out the path from a string if "C:\documents\file.doc", will return "file.doc" if
"file.doc", will return "file.doc" if "/home/file.doc" will return "file.doc"
|
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.