Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » What's wrong in this regexp ? [SOLVED,FIXED]
Re: What's wrong in this regexp ? [message #36280 is a reply to message #36278] Thu, 17 May 2012 19:09 Go to previous messageGo to previous message
awlee is currently offline  awlee
Messages: 4
Registered: May 2012
Junior Member
dolik.rce wrote on Thu, 17 May 2012 21:05

Hi awlee!

It seems like U++ doesn't support PCRE_DOTALL flag correctly at this moment. For a quick workaround, add '(?s)' switch at the beginning of your regexp:
	String regexp = "(?s)http-equiv=\"content-type\"[^>]+charset=([^\\s\"]+).*?<title>([^<]+)";


I'll try to put together a patch to support this (and other) missing feature soon.

Best regards,
Honza


Yep.. Thanks a lot for workaround. It works for me Smile

Question resolved.
=)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Strange problem using URR...
Next Topic: Problem with Refreshing GUI...
Goto Forum:
  


Current Time: Sun Aug 24 11:23:31 CEST 2025

Total time taken to generate the page: 0.04031 seconds