commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #12116] java.util.regex.Pattern doesn't understand (?s


From: anonymous
Subject: [commit-cp] [bugs #12116] java.util.regex.Pattern doesn't understand (?s)
Date: Wed, 23 Feb 2005 14:28:27 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Follow-up Comment #1, bugs #12116 (project classpath):

(?s) is the DOTALL switch, which makes the wildcard . character match any
character including newlines



rather than going through the class API, you can embedd the string (?s) in
your pattern and DOTALL mode will be activated



    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12116>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]