rspec/rules/S6002/java/lookahead.adoc
2023-08-04 16:12:40 +02:00

5 lines
54 B
Plaintext

[source, python]
----
Pattern.compile("a(?=b)");
----