| Chunk |
|---|
| Conflicting content |
|---|
* boolean b2 = Pattern.matches("Hello, A[a-z]*!", "Hello, Robot!"); // false
*
*
<<<<<<< HEAD
* Please consult the package documentation for an
=======
* Please consult the package documentation for an
>>>>>>> ea33c63245d67d656e618af78c0e2a4829b29ef6
* overview of the regular expression syntax used in this class as well as
* Android-specific implementation details.
* |
| Solution content |
|---|
* boolean b2 = Pattern.matches("Hello, A[a-z]*!", "Hello, Robot!"); // false
*
*
* Please consult the package documentation for an
* overview of the regular expression syntax used in this class as well as
* Android-specific implementation details.
* |
| File |
|---|
| Pattern.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Comment |