summaryrefslogtreecommitdiff
path: root/test/regress/regress2/strings/replaceall-len-c.smt2
blob: 75840a52f9a8e0bb07fa08581b45541118aca7a6 (plain)
1
2
3
4
5
6
7
8
(set-info :smt-lib-version 2.6)
(set-logic ALL)
(set-info :status sat)
(set-option :strings-exp true)
(set-option :strings-fmf true)
(declare-fun x () String)
(assert (= (str.len (str.replace_all "ABBABAAB" x "C")) 5))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback