Last active
September 6, 2025 19:29
-
-
Save jumoog/2418fcc60fb1b8c28f05ae4f910dd0b1 to your computer and use it in GitHub Desktop.
regex for put lines into an string array
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
| (.+)(\r\n) | |
| "\1", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment