detect speech
Checks for speech marks at the current offset and moves to the corresponding end of the speech marked block
Controller:
CodeCogs
Interface
#include <codecogs/strings/search/detect_speech.h>
| int | detect_speech (const char* str, int offset)
Checks for speech marks at the current offset and moves to the corresponding end of the speech marked block |
These functions are available for Microsoft Excel (
Login to download):
| Integer | cc_detect_speech (String str, Integer offset) |
Use the following HTML code to embed the calculators within other websites:
| Name | HTML Code |
|---|
detect_speech
Checks for speech marks at the current offset and moves to the corresponding end of the speech marked block | |
Detect Speech
This function looks for the existance of a speech mark, as in " or '.
Upon find either of these types of speech mark, the function will then find the corresponding end to the speech march.
Parameters
| str | This is the input string, with text that needs analysing. |
| offset | The location within str to search for the start of speech. If no speech is found at str[offset] then offset is returned. |
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge