INTF IF_XCO_STRING
Source Link
Open in ADT
Home
Previous Object: IF_XCO_STR_SEARCH_HELP_CONTENT
Next Object: IF_XCO_STRING_BUILDER
Status: RELEASED
Public
Interface if_xco_news
Interface if_xco_text
Interface if_xco_string_iterable
Attribute value TYPE STRING
Method matches
IMPORTING
 iv_regular_expression TYPE STRING
 io_engine TYPE if_xco_regex_engine Optional
RETURNING rv_matches TYPE ABAP_BOOL
Method grep
IMPORTING
 iv_regular_expression TYPE STRING
 io_engine TYPE if_xco_regex_engine Optional
RETURNING ro_result TYPE if_xco_strings
Method starts_with
IMPORTING
 iv_substring TYPE csequence
RETURNING rv_starts_with TYPE ABAP_BOOL
Method ends_with
IMPORTING
 iv_substring TYPE csequence
RETURNING rv_ends_with TYPE ABAP_BOOL
Method from
IMPORTING
 iv_position TYPE I
RETURNING ro_string TYPE if_xco_string
Method to
IMPORTING
 iv_position TYPE I
RETURNING ro_string TYPE if_xco_string
Method to_upper_case
RETURNING ro_string TYPE if_xco_string
Method to_lower_case
RETURNING ro_string TYPE if_xco_string
Method append
IMPORTING
 iv_string TYPE STRING
RETURNING ro_concatenated_string TYPE if_xco_string
Method prepend
IMPORTING
 iv_string TYPE STRING
RETURNING ro_concatenated_string TYPE if_xco_string
Method split
IMPORTING
 iv_delimiter TYPE STRING
RETURNING ro_strings TYPE if_xco_strings
Method decompose
IMPORTING
 io_decomposition TYPE if_xco_string_decomposition
RETURNING ro_strings TYPE if_xco_strings
Method as_message
IMPORTING
 io_type TYPE cl_xco_message_type Optional
RETURNING ro_message TYPE if_xco_message
Method as_xstring
IMPORTING
 io_conversion TYPE if_xco_string_xstring_cnvrsn
RETURNING ro_xstring TYPE if_xco_xstring
Exists on:
754 | true |
750 | false |
702 | false |
Bug reports and ideas welcome
Made using abaplint.app