B2026-053-Find-Unlinked-Values-of-Selected
This commit is contained in:
@@ -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:\\-]");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user