How to type the special character line beginning in regex mode?
已回答
In Pycharm, I need to run the 'replace' operation, and I want to type the regex character to represent the line beginning (I don't know how to type from the keyboard). For example, the line ending character is $.
How to type the line beginning character? Thanks.
请先登录再写评论。
Have you checked https://www.jetbrains.com/help/pycharm/regular-expression-syntax-reference.html?
Probably you need ^
Good thanks.