Re: Regular Expression reserved letters
- From: Daniel Pitts <googlegroupie@xxxxxxxxxxxxx>
- Date: 30 Apr 2007 07:47:41 -0700
On Apr 30, 7:35 am, Daniel Pitts <googlegrou...@xxxxxxxxxxxxx> wrote:
On Apr 30, 7:18 am, adria...@xxxxxx wrote:Oops, I should have suggested using:
Hi all
I have the following problem.
I have to test if a text matches with another text. For this i use the
matches-Method of the String class in the way:
String a = "Hello world";
String b = "anytext goes here_-)_some m[]ore text goes{}here.";
if (a.tolowercase().matches(b)) {
// some code goes here
}
if (a.equalsIgnoreCase(b)) {
}
Hope this helps too,
Danie.
.
- References:
- Regular Expression reserved letters
- From: adrianae
- Re: Regular Expression reserved letters
- From: Daniel Pitts
- Regular Expression reserved letters
- Prev by Date: Re: Annotations and generic programming
- Next by Date: Free JDBC driver to access MS Access database from Linux enviroment.
- Previous by thread: Re: Regular Expression reserved letters
- Next by thread: can't show a Set in dataTable (JSF)
- Index(es):