String Methods and Functions - Manipulate text
25 endpoints /capitalize: Converts input text to title case (capitalizing the first letter of each major word). /concat: Concatenates two strings with an optional separator, including a space. /contains: Checks if a given text contains a specified string. /icontains: Checks if a given text contains a specified string in a case-insensitive manner. /iends_with: Checks if a given text ends with a…
String Methods and Functions - Manipulate text endpoints
| Method | Endpoint | Description |
|---|---|---|
| string | ||
| POST |
/string/url_getarg /string/url_getarg |
The /url_getarg API endpoint retrieves the value of a specific query parameter from a given URL provided as the text parameter. It requires an additional input key, which… |
| POST |
/string/index /string/index |
The /index API endpoint allows you to find the index position of a case-sensitive expression within a given text. It takes two input parameters, text and search, and returns the… |
| POST |
/string/trim /string/trim |
The /trim API endpoint trims both the leading and trailing whitespace from a given text, provided as the text parameter. It removes any spaces, tabs, or other whitespace… |
| POST |
/string/iends_with /string/iends_with |
The /iends_with API endpoint allows you to check if a given text, provided as the text parameter, ends with a specific search term, provided as the search parameter. This… |
| POST |
/string/capitalize /string/capitalize |
The /capitalize endpoint is a web service that performs text transformation by converting the input text to title case. Title case, sometimes known as capital case, is a… |
| POST |
/string/url_addarg /string/url_addarg |
The /url_addarg API endpoint adds a query parameter to a given URL provided as the text parameter. It takes additional inputs such as key (the name of the query parameter), value… |
| POST |
/string/url_parse /string/url_parse |
The /url_parse API endpoint parses a given URL into its individual components. For example, when providing the URL https://news.google.com/home?hl=en-US&gl=US&ceid=US:en, the… |
| POST |
/string/concat /string/concat |
The /concat API endpoint allows you to concatenate two strings, text1 and text2, with the option to specify a separator and whether to include a space. By providing the separator… |
| POST |
/string/ltrim /string/ltrim |
The /ltrim API endpoint trims the leading whitespace from a given text, provided as the text parameter. It removes any spaces, tabs, or other whitespace characters at the… |
| POST |
/string/url_delarg /string/url_delarg |
The /url_delarg API endpoint removes a specific query parameter from a given URL provided as the text parameter. It requires an additional input key, which represents the name of… |
| POST |
/string/strip_accents /string/strip_accents |
The /strip_accents API endpoint performs accent stripping or normalization on a given text provided as the text parameter. It removes or replaces accented characters in the text… |
| POST |
/string/contains /string/contains |
The /contains endpoint is a web service that checks whether a given input text contains another specified string. This endpoint takes two string inputs: text, which represents… |
| POST |
/string/split /string/split |
The /split API endpoint takes a text input, specified as the text parameter, and a separator input, specified as the separator parameter. Additionally, it includes a boolean… |
| POST |
/string/replace /string/replace |
The /replace API endpoint allows you to replace occurrences of a specific search term, provided as the search parameter, with a replacement text, provided as the replacement… |
| POST |
/string/iindex /string/iindex |
The /iindex API endpoint allows you to find the index position of a case-insensitive expression within a given text. It takes two input parameters, text and search, and returns… |
| POST |
/string/strlen /string/strlen |
The /strlen API endpoint calculates the length of a given text provided as the text parameter. It returns the number of characters in the text, including spaces, punctuation, and… |
| POST |
/string/istarts_with /string/istarts_with |
The /istarts_with API endpoint allows you to check if a given text, provided as the text parameter, starts with a specific search term, provided as the search parameter. This… |
| POST |
/string/icontains /string/icontains |
The /icontains API endpoint functions similarly to the /contains endpoint but with a case-insensitive search. It takes two input parameters, text and search, and returns true if… |
| POST |
/string/querystring_parse /string/querystring_parse |
The /querystring_parse API endpoint parses a URL's query string parameters and returns them as key-value pairs in an object format. For example an input of… |
| POST |
/string/strip_html /string/strip_html |
The /strip_html API endpoint removes HTML tags and entities from a given text provided as the text parameter. It cleanses the text by removing any HTML markup, such as , , . This… |
| POST |
/string/starts_with /string/starts_with |
The /starts_with API endpoint allows you to check if a given text, provided as the text parameter, starts with a specific search term, provided as the search parameter. This… |
| POST |
/string/to_upper /string/to_upper |
The /to_upper API endpoint converts the characters in a given text, provided as the text parameter, to uppercase. It transforms any lowercase letters in the text to their… |
| POST |
/string/to_lower /string/to_lower |
The /to_lower API endpoint converts the characters in a given text, provided as the text parameter, to lowercase. It transforms any uppercase letters in the text to their… |
| POST |
/string/url_hasarg /string/url_hasarg |
The /url_hasarg API endpoint checks whether a specific query parameter exists in a given URL provided as the text parameter. It requires an additional input key, which represents… |
| POST |
/string/rtrim /string/rtrim |
The /rtrim API endpoint trims the trailing whitespace from a given text, provided as the text parameter. It removes any spaces, tabs, or other whitespace characters at the end… |
String Methods and Functions - Manipulate text pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.8 / month | — |
|