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_0cd1…
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 <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 09 May 2024 08:10:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment