Re: [Vala] Possible but in string.index_of, index_of_char and contains
- From: Nor Jaidi Tuah <norjaidi tuah ubd edu bn>
- To: <vala-list gnome org>
- Subject: Re: [Vala] Possible but in string.index_of, index_of_char and contains
- Date: Thu, 17 Oct 2013 09:19:41 +0800
"ABC".index_of_char('\x00'): 0
This looks like a bug. But why should
you want to search for \x00 ?
"ABC".index_of("\x00"): 0
"ABC".contains("\x00"): true
These 2 lines should be okay because vala
strings are really C strings.
Thus, "\x00" is equivalent to "".
(Or, I have just revealed my ignorance
concerning vala strings).
Nice day
Nor Jaidi Tuah
PRIVILEGED/CONFIDENTIAL information may be contained in this message. If you are neither the addressee
(intended recipient) nor an authorised recipient of the addressee, and have received this message in error,
please destroy this message (including attachments) and notify the sender immediately. STRICT PROHIBITION:
This message, whether in part or in whole, should not be reviewed, retained, copied, reused, disclosed,
distributed or used for any purpose whatsoever. Such unauthorised use may be unlawful and may contain
material protected by the Official Secrets Act (Cap 153) of the Laws of Brunei Darussalam. DISCLAIMER:
We/This Department/The Government of Brunei Darussalam, accept[s] no responsibility for loss or damage
arising from the use of this message in any manner whatsoever. Our messages are checked for viruses but we do
not accept liability for any viruses which may be transmitted in or with this message.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]