How can I aktivate the flag Multiline in Regex
For example I search for
(.){40,}
(.){120,}
I wanted to search for some characters in the first line and remaining characters of the next line.
https://regex.sorokin.engineer/en/lates ... sions.html
m, multi-line strings
I tried without luck:
(.){40,}/m
m)(.){40,}
RegEx using m, multi-line strings
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
-
marcellino
- Posts: 2
- Joined: 27.06.2022 09:07
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15