StringOperations Class
Summary:
Module: aspose.gis.common
Full Name: aspose.gis.common.StringOperations
Aspose.PSD Version: 25.9.0
Methods
| Name | Description |
|---|---|
| is_ascii(text) | |
| matches(text, pattern, options) |
Method: is_ascii(text) [static]
is_ascii(text)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | string |
Returns
| Type | Description |
|---|---|
| bool |
Method: matches(text, pattern, options) [static]
matches(text, pattern, options)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | |
| pattern | string | |
| options | GlobOptions |
Returns
| Type | Description |
|---|---|
| bool |