Pattern to match non-whitespace characters
Contract| Parameter key | Default value | Type | | a_type | opt | | regex_string | "\S" | string | | Water Contract<class pattern.whitespace_not
regex_string ="\S"=string
_native_object=<ja.org.apache.regexp.RE/>
/> | |
See also: is_type_for, get_string_segments, replace_string_segments, string_segment, char, alphanumeric, whitespace
Returns a pattern with a regex_string field set to
" \S ". This pattern is useful for
matching non-whitespace characters in the target string.
Example: String contains non-whitespace characters
<pattern pattern.<one_or_more pattern.whitespace_not /> />.
<is_type_for <join char.tab "Abc" char.carriage_return char.newline /> />
 | true |
Example: Does not contain non-whitespace characters
<pattern pattern.<one_or_more pattern.whitespace_not /> />.
<is_type_for <join char.tab char.carriage_return char.newline /> />
 | false |
© Copyright 2007 Clear Methods, Inc.