Standardize Escapes / 标准化转义: Ensures special characters (`, $, and \n) are preceded by exactly one backslash (\). / 确保特殊字符(`、$和\n)前面有且只有一个反斜杠(\)。
Clear Escapes / 清除转义: Removes all preceding backslashes from special characters (`, $, and \n). / 移除特殊字符(`、$和\n)前面的所有反斜杠。
Smart Processing / 智能处理: Accurately identifies targets without affecting other escape sequences or normal characters (e.g., 'n' in "maxTokensInput"). / 精确识别,不影响其他转义序列或普通字符(如"maxTokensInput"中的n)。
Efficient Algorithm / 高效算法: Optimized regex for fast processing of large texts. / 优化正则,快速处理大文本。
Real-time Stats / 实时统计: Displays character count, line count, and processing time. / 显示字符数、行数和处理时间。