mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
parent
e2d91c6e56
commit
deed5cd5d1
@ -1155,7 +1155,7 @@ namespace Nikse.SubtitleEdit.Core
|
||||
}
|
||||
|
||||
private static readonly Regex TwoOrMoreDigitsNumber = new Regex(@"\d\d+", RegexOptions.Compiled);
|
||||
private const string PrePostStringsToReverse = @"-— !?.""،,():;[]+~";
|
||||
private const string PrePostStringsToReverse = @"-— !?.""،,():;[]+~*/<>&^%$#\\|";
|
||||
|
||||
public static string ReverseStartAndEndingForRightToLeft(string s)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user