summaryrefslogtreecommitdiff
path: root/test/regress/regress2/strings/replaceall-len-c.smt2
blob: 336ec10e49683cb5495bd89688b0656e188b8b49 (plain)
1
2
3
4
5
6
7
8
(set-info :smt-lib-version 2.5)
(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.replaceall "ABBABAAB" x "C")) 5))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback