Attention is currently required from: fixeria, osmith, pespin.
1 comment:
File library/Misc_Helpers.ttcn:
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 change 36754. To unsubscribe, or for help writing mail filters, visit settings.