API17:JString::strspn
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::strspn
Description
UTF-8 aware alternative to strspn Find length of initial segment matching mask.
Description:JString::strspn [Edit Descripton]
Synopsis
public static JString::strspn ($str, $mask, $start=NULL, $length=NULL)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string | the haystack | |
| $mask | string | the mask | |
| $start | int | NULL | start optional |
| $length | int | NULL | length optional |
Returns
Defined in
libraries/joomla/utilities/string.php (line 363)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
