Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ SMAUG coding
➜ Checking a string for a certain character
Checking a string for a certain character
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Zeno
USA (2,871 posts) Bio
|
Date
| Mon 01 Nov 2004 05:17 PM (UTC) |
Message
| Is there any sort of function or linux command that would check a string for a certain character? For example:
Would check the buffer 'buf' for "death". Does Smaug or linux have anything like that? If not, how would I got about doing that? Basically, I want to check a pcdata string for if it has the characters name in it. |
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org | Top |
|
Posted by
| Greven
Canada (835 posts) Bio
|
Date
| Reply #1 on Mon 01 Nov 2004 05:27 PM (UTC) Amended on Mon 01 Nov 2004 05:29 PM (UTC) by Greven
|
Message
| You can use the strstr function, like such
It returns true if the second argument is found in the first. |
Nobody ever expects the spanish inquisition!
darkwarriors.net:4848
http://darkwarriors.net | Top |
|
Posted by
| Zeno
USA (2,871 posts) Bio
|
Date
| Reply #2 on Mon 01 Nov 2004 05:37 PM (UTC) Amended on Mon 01 Nov 2004 05:39 PM (UTC) by Zeno
|
Message
| Thanks, although it is case sensitive. Should I follow how Smaug did str_cmp? (Where was that defined?)
[EDIT] str_str seems to already exist in grub.c |
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org | Top |
|
Posted by
| Rogel
USA (5 posts) Bio
|
Date
| Reply #3 on Fri 05 Nov 2004 06:54 AM (UTC) |
Message
| Look into strcasestr. |
Rogel's Intermud Laboratory: http://rogel.mudworld.org
Immortal University: http://www.mudworld.org/ImmU
Intermud Forum: http://www.intermud.org/forum/
OpenIMC Intermud Communication Network: http://www.openimc.org | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
13,233 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top