operator: has-prefix

    description:
        has-prefix["str"] |x>
        asks if the ket has the given prefix
      
    examples:
        has-prefix["not "] |not sitting at the beach>
            |yes>
        
        has-prefix["not "] |sitting at the beach>
            |no>
    
    see also:
        has-suffix

Home