How to type the special character line beginning in regex mode?
Answered
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.
Please sign in to leave a comment.
Have you checked https://www.jetbrains.com/help/pycharm/regular-expression-syntax-reference.html?
Probably you need ^
Good thanks.