Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 64ddcaa

Browse files
maj_20240701-19:59
1 parent 667d98c commit 64ddcaa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src-zig/Zregex.zig‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,18 @@ std.debug.print("Macth {s}: {} \r\n",.{"Pabcex",creg.isMatch("Pabcex",expA)}) ;
7777
std.debug.print("fluent:{s} ismatch:{} \r\n",.{"12345.02",isMatch("12345.02",expEuro)});
7878
std.debug.print("Macth {s}: {} \r\n",.{"12345.02",creg.isMatch("12345.02",expEuro)}) ;
7979

80-
8180
std.debug.print("fluent:{s} ismatch:{} \r\n",.{"5.02",isMatch("5.02",expEuro)});
8281
std.debug.print("Macth {s}: {} \r\n",.{"5.02",creg.isMatch("5.02",expEuro)}) ;
8382

8483
std.debug.print("fluent:{s} ismatch:{} \r\n",.{"5.0",isMatch("5.0",expEuro)});
8584
std.debug.print("Macth {s}: {} \r\n",.{"5.0",creg.isMatch("5.0",expEuro)}) ;
8685

8786
// error
87+
88+
89+
std.debug.print("fluent:{s} ismatch:{} \r\n",.{"12345..02",isMatch("12345..02",expEuro)});
90+
std.debug.print("Macth {s}: {} \r\n",.{"12345..02",creg.isMatch("12345..02",expEuro)}) ;
91+
8892
std.debug.print("fluent:{s} ismatch:{} \r\n",.{"123456.02",isMatch("123456.02",expEuro)});
8993
std.debug.print("Macth {s}: {} \r\n",.{"123456.02",creg.isMatch("123456.02",expEuro)}) ;
9094

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /