This commit is contained in:
Bruce Hill 2024-09-02 21:19:57 -04:00
parent cac560fdc3
commit 96f276ec18

View File

@ -73,9 +73,9 @@ func main():
>> "One two three four five six":replace("e ", "")
= "Ontwo threfour fivsix"
>> " one ":replace("[start][..space]", "")
>> " one ":replace("[..start][..space]", "")
= "one "
>> " one ":replace("[..space][end]", "")
>> " one ":replace("[..space][..end]", "")
= " one"
>> amelie:has(amelie2)