5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
[source, php]
|
|
----
|
|
preg_match("/(a(?=b)/", $str);
|
|
----
|
[source, php]
|
|
----
|
|
preg_match("/(a(?=b)/", $str);
|
|
----
|