cancel
Showing results for 
Search instead for 
Did you mean: 

Give the informatio about the Inbuilt function matches()

Former Member
0 Kudos

Hi

Can any one explian the Inbuilt function <b>matches()</b> that is how it works inside the application

regards

Chandran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (3)

Answers (3)

Former Member
0 Kudos

Hai,

Matches Method Is Used to Compare the String Values.Based on Regular expressions It is Efficient way to compare the Format like email, passwords , etc..

See<a href="http://www.regular-expressions.info/java.html">Regular Expressions In java</a>

Regards,

Naga

Former Member
0 Kudos

Hi

Ok i will explain in detail

Actually I have Got one table in Component Controller and another table table in View controller there is no link between these two

the thing is that i am filtering some values from Component Controller table and populating in view controller table

For that i am overcoming an functon called matches()

what i want to know is how this match() function works

Regards

Chandran

Former Member
0 Kudos

hi,

can you please explain a little more.. in what scenarion you are trying to use it?

Thanks and Regards

Avijit