uuverifiers / ostrich

An SMT Solver for string constraints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(feature) Support the new regex API names str.to_re and str.in_re

rainoftime opened this issue · comments

Hi,
According to http://smtlib.cs.uiowa.edu/theories-UnicodeStrings.shtml

The two regex operations str.to.re and str.in.re have been changed to str.to_re and str.in_re.
Is there any plan for supporting the new API names?

Hi! Thanks for reporting this. We're working on a fix and it's planned. :)

The new function names should be accepted in the latest master!