| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Extracts the remainder of a string after the last occurrence of a search string.
AfterAtNum( <cSearch> , ;
<cString> , ;
[<nCount>] , ;
[<nSkipChars>] ) --> cResult
The function returns the remainder of <cString> after the <nCount>th occurrence of <cSearch> in the string.
AfterAtNum() begins searching <cSearch> in <cString> at the first plus <nSkipChars> characters. It terminates searching after <nCount> occurrences or after the last occurrence of <cSearch> and returns the remainder of <cString>. The function recognizes the CSetAtMuPa() and SetAlike() settings.
| See also: | AtNum(), AtRepl(), BeforAtNum(), NumAt(), CSetAtMuPa(), SetAtLike() |
| Category: | CT:String manipulation , Character functions |
| Source: | ct\atnum.c |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com