Created
November 20, 2018 11:43
-
-
Save ardallie/903834a66ff023ca45e378eeb04fe652 to your computer and use it in GitHub Desktop.
Multi-line regex in Jetbrains
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| JetBrains multi-line match | |
| --------------------------- | |
| \{$[\d\D]^(.*)key: "OpenItem",$[\d\D]^(.*)name: "Open",$[\d\D]^(.*)fieldName: "OpenItem",$[\d\D]^(.*)minWidth: ..,$[\d\D]^(.*)maxWidth: ..,$[\d\D]^(.*)isResizable:(.*)$[\d\D]^(.*)\},$ | |
| to match | |
| -------- | |
| { | |
| key: "OpenItem", | |
| name: "Open", | |
| fieldName: "OpenItem", | |
| minWidth: 35, | |
| maxWidth: 35, | |
| isResizable: false | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment