I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
get GPL
COST (GBP)
this unit 3.74
sub units 0.00
+
0
StringsSearch

detect speech

Checks for speech marks at the current offset and moves to the corresponding end of the speech marked block
Controller: CodeCogs

Interface

C++
Excel

Detect Speech

 
intdetect_speechconst char*str
intoffset )
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

strThis is the input string, with text that needs analysing.
offsetThe 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.