5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
[source, python]
|
|
----
|
|
Pattern.compile("a(?=b)");
|
|
----
|
[source, python]
|
|
----
|
|
Pattern.compile("a(?=b)");
|
|
----
|