Solve the problem that pycharm's run output window cannot use regular expressions, only simple search

Here's what the search window looks like when I press CTRL+F:
insert image description here
insert image description here
Workaround:

1. Single file configuration

Click the file triangle, select edit-configuration,
insert image description here
select the text being edited,
select the file, and uncheck Emulate terminam in output console
insert image description here
insert image description here

It's ready now

2. Global file configuration

Click run, then click edit-configuration
insert image description here
to enter and click the lower left corner: edit configuration template
insert image description here

Uncheck the √ as shown in the picture
insert image description here

Guess you like

Origin blog.csdn.net/qq_54423921/article/details/128130356