Search found 3 matches

by german_raf
Wed Dec 18, 2019 9:08 pm
Forum: Texmaker and TeXstudio
Topic: TeXmaker. Regular expression. Question.
Replies: 7
Views: 9899

TeXmaker. Regular expression. Question.

Hi, Stefan

Very thanks. I found TexStudio and in it's ok with regex.

German
by german_raf
Tue Dec 17, 2019 9:49 pm
Forum: Texmaker and TeXstudio
Topic: TeXmaker. Regular expression. Question.
Replies: 7
Views: 9899

TeXmaker. Regular expression. Question.

I found it. Solution.
Find: (\d+)%
Replace: $1\%

Very strange. Killed the TeXmaker.
by german_raf
Sun Dec 15, 2019 1:40 pm
Forum: Texmaker and TeXstudio
Topic: TeXmaker. Regular expression. Question.
Replies: 7
Views: 9899

TeXmaker. Regular expression. Question.

Hello!
I am new to TeXmaker and I have a question.
I try to substitute the ' \' character in front of '%' in ' 1% ' (example). To do this, I type the search string -- (\d+)(%) and then the replacement string -- ' \1\\\2 ' or ' \$1\$2 '. And I can’t make this sign. The program perceives all service ...