mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
parent
ee3a46b61d
commit
285df2d104
@ -8,8 +8,8 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
{
|
||||
public class FindReplaceDialogHelper
|
||||
{
|
||||
private const string StartChars = " >-\"„”“[]'‘`´¶(){}♪¿¡.…—\r\n\u2028";
|
||||
private const string EndChars = " <-\"”“]'`´¶(){}♪,.!?:;…—\r\n\u2028";
|
||||
private const string StartChars = " >-\"„”“[]'‘`´¶(){}♪¿¡.…—،؟\r\n\u2028";
|
||||
private const string EndChars = " <-\"”“]'`´¶(){}♪,.!?:;…—،؟\r\n\u2028";
|
||||
private readonly string _findText = string.Empty;
|
||||
private readonly string _replaceText = string.Empty;
|
||||
private Regex _regEx;
|
||||
|
Loading…
Reference in New Issue
Block a user