We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v install pcre
1 parent a882b58 commit 04ba648Copy full SHA for 04ba648
1 file changed
vlib/regex/pcre/regex_test.v
@@ -5,7 +5,7 @@ Copyright (c) 2026 Dario Deledda. All rights reserved.
5
Use of this source code is governed by an MIT license
6
that can be found in the LICENSE file.
7
*/
8
-import pcre
+import regex.pcre
9
10
fn main() {
11
println('Running pcre tests...\n')
0 commit comments