Constructor
| Parameters: |
|
|---|
Sets a new seperator to search for
| Parameters: | string – Seperator to search for |
|---|---|
| Return type: | SeparatorToSeparator |
Returns the actual set separator to search for
| Return type: | string |
|---|
Sets a new separator which replaces the searched one
| Parameters: | string – Separator which replaces the searched one |
|---|---|
| Return type: | SeparatorToSeparator |
Returns the actual set separator which replaces the searched one
| Return type: | string |
|---|
Defined by ZendFilterFilter
Returns the string $value, replacing the searched separators with the defined ones
| Parameters: | string – |
|---|---|
| Return type: | string |