API17:JString::strcspn
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JString::strcspn
Description
UTF-8 aware alternative to strcspn Find length of initial segment not matching mask.
Description:JString::strcspn [Edit Descripton]
Synopsis
public static JString::strcspn ($str, $mask, $start=NULL, $length=NULL)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string | ||
| $mask | string | the mask | |
| $start | int | NULL | Optional starting character position (in characters) |
| $length | int | NULL | Optional length |
Returns
int the length of the initial segment of str1 which does not contain any of the characters in str2
Defined in
libraries/joomla/utilities/string.php (line 304)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
