RosettaCodeData/Task/Regular-expressions/J/regular-expressions-2.j
2023-07-01 13:44:08 -04:00

2 lines
57 B
Text

'.*string$' rxeq str NB. 1 is true, 0 is false
1