|
Checking a string for a certain character
|
Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Zeno
USA (2,867 posts) bio
Moderator |
| Date |
Mon 01 Nov 2004 05:17 PM (UTC) [ quote
] |
| 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) [ quote
] 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,867 posts) bio
Moderator |
| Date |
Reply #2 on Mon 01 Nov 2004 05:37 PM (UTC) [ quote
] 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) [ quote
] |
| 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.
1,390 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )