F2022-038: AER/RNO ‘NOTE’ centered; F2021-037: Title Case Proc titles in transitions; F2021-036: Note before Caution
This commit is contained in:
parent
346f5de240
commit
c4e889a2b3
Binary file not shown.
Binary file not shown.
@ -1484,7 +1484,8 @@ namespace VEPROMS.CSLA.Library
|
|||||||
private static string CapFirstLetterOnly(string retstr, int p)
|
private static string CapFirstLetterOnly(string retstr, int p)
|
||||||
{
|
{
|
||||||
// LATER: write code to capitalize first letter (active plants)
|
// LATER: write code to capitalize first letter (active plants)
|
||||||
string lretstr = Regex.Replace(retstr, @"([^ ,]+)", new MatchEvaluator(FixTitleCase));
|
// F2021-037: Support title case include '/' as separator (added '/' to regex replace)
|
||||||
|
string lretstr = Regex.Replace(retstr, @"([^ ,/]+)", new MatchEvaluator(FixTitleCase));
|
||||||
return lretstr;
|
return lretstr;
|
||||||
}
|
}
|
||||||
// TODO: Section methods are not complete....
|
// TODO: Section methods are not complete....
|
||||||
|
Loading…
x
Reference in New Issue
Block a user