1 | static Bool ai_verify_bothLinesEndWith(S s, S a, S b) {
|
2 | new Matches m; |
3 | if "both lines end with *" |
4 | ret endsWith(a, $1) && endsWith(b, $1); |
5 | null; |
6 | } |
Began life as a copy of #1021009
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021010 |
| Snippet name: | ai_verify_bothLinesEndWith |
| Eternal ID of this version: | #1021010/1 |
| Text MD5: | 7e9f8351ad5d2975d2e415f8b915c7e0 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-17 22:10:49 |
| Source code size: | 160 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 459 / 513 |
| Referenced in: | [show references] |