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

5 lines
55 B
Plaintext

[source, php]
----
preg_match("/(a(?=b)/", $str);
----