Compare commits
7 Commits
ab02e9771e
...
e1249dccee
| Author | SHA1 | Date | |
|---|---|---|---|
| e1249dccee | |||
|
|
128b5d81cc | ||
|
|
ac49c3f297 | ||
| 7834cf634f | |||
| 30330c175e | |||
| 8233f15315 | |||
|
|
a5ca7187c7 |
@@ -613,7 +613,8 @@ namespace VEPROMS.CSLA.Library
|
||||
return retval;
|
||||
}
|
||||
string newvalue = value;
|
||||
newvalue = newvalue.Replace("{", @"\{").Replace("}", @"\}");
|
||||
// B2023-108: Added check for null reference
|
||||
if (newvalue != null) newvalue = newvalue.Replace("{", @"\{").Replace("}", @"\}");
|
||||
string findLink = @"<START\].*?\[END>";
|
||||
MatchCollection ms = Regex.Matches(Text, findLink);
|
||||
//string lookFor = string.Format(@"<START\](\\[^v \\]+)*\\v0(\\[^v \\]+)* (.*?)(\\[^v '?\\]+)*\\v(\\[^v \\]+)* #Link:ReferencedObject:{0} .*?\[END>", rousg.ROUsageID);
|
||||
|
||||
Reference in New Issue
Block a user