Development #803

Merged
djankowski merged 81 commits from Development into master 2026-08-12 09:56:30 -04:00
Showing only changes of commit bc9407f52f - Show all commits
@@ -2179,13 +2179,9 @@ namespace Volian.Controls.Library
}
private Dictionary<string, string> GetByWordSettings(string ss)
{
Dictionary<string, string> settings = new Dictionary<string, string>();
string byWordPrefix = string.Empty;
string byWordSuffix = string.Empty;
if (Regex.IsMatch(ss, @"^[\d\.]")) // starts with a number or '.' decimal pt
if (Regex.IsMatch(ss, @"^[\d\.]")) // starts with a number or '.' decimal pt
{
settings.Add("byWordPrefix", @"[^0-9a-zA-Z.vbpi:\\-]");
}