View Single Post
Old 01-07-2016, 04:03 PM   #1
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Multiline regex in 0.9.2

I used to be able to do a multiline regex like this (example only...):
Code:
<div>/s+<p>([A-Z])
This would select the <div> on one line and the <p>([A-Z]) on the next line. In 0.9.2 that does not work anymore (at least not at my side). If I select an example of what I want to search and paste that, it does work. It looks like spaces between the tags, but apparently they no longer are. Is there another way to solve this?
Toxaris is offline   Reply With Quote