next | previous | forward | backward | up | top | index | toc | home
Macaulay2 > The Macaulay2 language > strings and nets > regular expressions > match > match(String,String)

match(String,String) -- regular expression matching

Synopsis

Description

Warning: in version 0.9.2 and earlier match behaved differently, and the arguments were in the other order.

i1 : match ("asd", "--asd--")

o1 = true
i2 : match ("asd", "--as--")

o2 = false

See also