Attention is currently required from: fixeria, osmith, pespin. laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36754?usp=email )
Change subject: Misc_Helpers.ttcn: Add some more string handling API helpers ...................................................................... Patch Set 1: (1 comment) File library/Misc_Helpers.ttcn: https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36754/comment/da99475e_0cd13514 PS1, Line 83: function f_str_endswith(charstring str, charstring token) return boolean : { you are aware that TTCN-3 supports [some] regular expression? I'd expect matching a string start or end would be the most basic functionality supported by any regex implementation. See Section B.1.5 and the "pattern" syntax described in the TTCN3 core language spec (ES 201 873-1). So I'm wondering if we really need a manually implenented function for it. -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36754?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I3d6da125a10807b7a2f3ecad8145a046a322c7d6 Gerrit-Change-Number: 36754 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-CC: laforge <[email protected]> Gerrit-Attention: osmith <[email protected]> Gerrit-Attention: pespin <[email protected]> Gerrit-Attention: fixeria <[email protected]> Gerrit-Comment-Date: Thu, 09 May 2024 08:10:25 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
