mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #819: extend hint for regular expression search/replace mode, as we now support uppercase replacements
This commit is contained in:
@ -72,9 +72,10 @@ begin
|
||||
' $ '+_('End of line')+CRLF+
|
||||
' \w '+_('Any word character')+CRLF+
|
||||
' \d '+_('Digit')+' (0-9)'+CRLF+
|
||||
' \s '+_('Whitespace')+CRLF+
|
||||
' \s '+_('Whitespace')+CRLF+CRLF+
|
||||
_('Replacement patterns:')+CRLF+
|
||||
' $0 .. $n '+_('Callback parentheses')
|
||||
' $0 .. $n '+_('Callback parentheses')+CRLF+
|
||||
' \U '+_('uppercase of back reference')
|
||||
;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user