BTW, I am CCing GemStone mailing list too because it answers false there too. On Wed, Feb 20, 2019 at 5:26 PM Mariano Martinez Peck <[hidden email]> wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
And..as Esteban Maringolo points out, it also happens with sequence of chars... 'bb' matchesRegex: '([a-z]|[b-z][a-z])' --> false. Cannot be simpler than this: '25' matchesRegex: '(\d\d|\d)' --> true '25' matchesRegex: '(\d|\d\d)' --> false So there is something related to the OR. Thoughts? On Wed, Feb 20, 2019 at 5:33 PM Mariano Martinez Peck <[hidden email]> wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
What a good case to have GToolkit visualizations help debugging this RX tree ;) Regards! Esteban A. Maringolo El mié., 20 feb. 2019 a las 17:44, Mariano Martinez Peck via Glass (<[hidden email]>) escribió:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
On Wed, Feb 20, 2019 at 5:56 PM Esteban Maringolo via Glass <[hidden email]> wrote:
Oh yeah..And look Doru, they have some stuff on the top right "Explanation" panel: https://regex101.com/r/MqVXz8/1 _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |