rspec/rules/S6002/php/lookahead.adoc

5 lines
55 B
Plaintext
Raw Normal View History

2023-08-04 16:12:40 +02:00
[source, php]
----
preg_match("/(a(?=b)/", $str);
----