RosettaCodeData/Task/Regular-expressions/J/regular-expressions-1.j

3 lines
105 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
load'regex' NB. Load regex library
str =: 'I am a string' NB. String used in examples.