This commit is contained in:
@@ -1249,7 +1249,7 @@ namespace VEPROMS.CSLA.Library
|
||||
retval = Regex.Replace(retval, @"\\dn[30] ?", "");
|
||||
return retval;
|
||||
}
|
||||
private static string StripLinks(string rtf)
|
||||
public static string StripLinks(string rtf)
|
||||
{
|
||||
string retval = rtf;
|
||||
retval = Regex.Replace(retval, @"\\v.*?\\v0", "");
|
||||
|
Reference in New Issue
Block a user