索引

A B C D E F G H I J K L M N O P R T U V W X 
すべてのクラス|すべてのパッケージ

A

ALPHABET - org.thinkit.common.regex.catalog.RegexPattern
Alphabet
ALPHABET_LOWER_CASE - org.thinkit.common.regex.catalog.RegexPattern
Alphabet (lower case)
ALPHABET_UPPER_CASE - org.thinkit.common.regex.catalog.RegexPattern
Alphabet (upper case)
ALPHANUMERIC - org.thinkit.common.regex.catalog.RegexPattern
Alphanumeric character

B

build() - クラス のメソッドorg.thinkit.common.regex.Epitaph.Builder
Returns the new instance of Epitaph .
builder() - クラス のstaticメソッドorg.thinkit.common.regex.Epitaph
Returns the new instance of Epitaph.Builder .

C

CANON_EQ - org.thinkit.common.regex.catalog.RegexOption
Enables canonical equivalence.
CASE_INSENSITIVE - org.thinkit.common.regex.catalog.RegexOption
Enables case-insensitive matching.
CELL_PHONE_JP - org.thinkit.common.regex.catalog.RegexPattern
Cell phone (Japan)
CELL_PHONE_WITH_HYPHEN_JP - org.thinkit.common.regex.catalog.RegexPattern
Cell phone with hyphen (Japan)
COMMENTS - org.thinkit.common.regex.catalog.RegexOption
Permits whitespace and comments in pattern.

D

DATE - org.thinkit.common.regex.catalog.RegexPattern
Date (yyyyMMdd format)
DATE_WITH_HYPHEN - org.thinkit.common.regex.catalog.RegexPattern
Date with hyphen (yyyy-MM-dd format)
DATE_WITH_SLASH - org.thinkit.common.regex.catalog.RegexPattern
Date with slash (yyyyMMdd format)
DOMAIN_NAME - org.thinkit.common.regex.catalog.RegexPattern
Domain name
DOTALL - org.thinkit.common.regex.catalog.RegexOption
Enables dotall mode.

E

EMAIL_ADDRESS - org.thinkit.common.regex.catalog.RegexPattern
Email address
Epitaph - org.thinkit.common.regexのクラス
Provides features to manipulate regular expressions in a more intuitive way.
Epitaph.Builder - org.thinkit.common.regexのクラス
The builder class for Epitaph .
equals(Object) - クラス のメソッドorg.thinkit.common.regex.Epitaph
 

F

find() - クラス のメソッドorg.thinkit.common.regex.Epitaph
Attempts to find the next subsequence of the input sequence that matches the pattern.
FIXED_LINE_PHONE_JP - org.thinkit.common.regex.catalog.RegexPattern
Fixed line phone (Japan)
FIXED_LINE_PHONE_WITH_HYPHEN_JP - org.thinkit.common.regex.catalog.RegexPattern
Fixed line phone with hyphen (Japan)
FTP_URL - org.thinkit.common.regex.catalog.RegexPattern
FTP URL

G

getCode() - 列挙 のメソッドorg.thinkit.common.regex.catalog.RegexOption
The code
getCode() - 列挙 のメソッドorg.thinkit.common.regex.catalog.RegexPattern
The code
getTag() - 列挙 のメソッドorg.thinkit.common.regex.catalog.RegexOption
The tag
getTag() - 列挙 のメソッドorg.thinkit.common.regex.catalog.RegexPattern
The tag
group() - クラス のメソッドorg.thinkit.common.regex.Epitaph
Returns the input subsequence matched by the previous match.

H

hashCode() - クラス のメソッドorg.thinkit.common.regex.Epitaph
 
HIRAGANA - org.thinkit.common.regex.catalog.RegexPattern
Hiragana
HIRAGANA_LOWER_CASE - org.thinkit.common.regex.catalog.RegexPattern
Hiragana (lower case)
HIRAGANA_UPPER_CASE - org.thinkit.common.regex.catalog.RegexPattern
Hiragana (upper case)

I

input(CharSequence) - クラス のメソッドorg.thinkit.common.regex.Epitaph.Builder
Sets the input character sequence.
IP_ADDRESS - org.thinkit.common.regex.catalog.RegexPattern
IP address (IPv4)
IP_ADDRESS_WITH_PORT - org.thinkit.common.regex.catalog.RegexPattern
IP address with port (IPv4)

J

JAPANESE_ALPHABET - org.thinkit.common.regex.catalog.RegexPattern
Japanese alphabet
JAPANESE_ALPHANUMERIC - org.thinkit.common.regex.catalog.RegexPattern
Japanese alphanumeric
JAPANESE_KANJI - org.thinkit.common.regex.catalog.RegexPattern
Japanese Kanji
JAVA_FILE - org.thinkit.common.regex.catalog.RegexPattern
Java file
JSON_FILE - org.thinkit.common.regex.catalog.RegexPattern
JSON file

K

KATAKANA - org.thinkit.common.regex.catalog.RegexPattern
Katakana
KATAKANA_LOWER_CASE - org.thinkit.common.regex.catalog.RegexPattern
Katakana (lower case)
KATAKANA_UPPER_CASE - org.thinkit.common.regex.catalog.RegexPattern
Katakana (upper case)

L

LITERAL - org.thinkit.common.regex.catalog.RegexOption
Enables literal parsing of the pattern.
lookingAt() - クラス のメソッドorg.thinkit.common.regex.Epitaph
Attempts to match the input sequence, starting at the beginning of the region, against the pattern.

M

matches() - クラス のメソッドorg.thinkit.common.regex.Epitaph
Attempts to match the entire region against the pattern.
MULTILINE - org.thinkit.common.regex.catalog.RegexOption
Enables multiline mode.

N

NUMERIC - org.thinkit.common.regex.catalog.RegexPattern
Numeric

O

option(EnumSet<RegexOption>) - クラス のメソッドorg.thinkit.common.regex.Epitaph.Builder
Sets the regex option set.
org.thinkit.common.regex - パッケージ org.thinkit.common.regex
Provides features to manipulate regular expressions in a more intuitive way.
org.thinkit.common.regex.catalog - パッケージ org.thinkit.common.regex.catalog
The package for managing catalogs.

P

PASSWORD - org.thinkit.common.regex.catalog.RegexPattern
Password
pattern(String) - クラス のメソッドorg.thinkit.common.regex.Epitaph.Builder
Sets the regex pattern.
pattern(RegexPattern) - クラス のメソッドorg.thinkit.common.regex.Epitaph.Builder
Sets the regex pattern.
POST_CODE_JP - org.thinkit.common.regex.catalog.RegexPattern
Post code (Japan)

R

RegexOption - org.thinkit.common.regex.catalogの列挙
The catalog that manages regex option.
RegexPattern - org.thinkit.common.regex.catalogの列挙
The catalog that manages regex patterns.
replaceAll(String) - クラス のメソッドorg.thinkit.common.regex.Epitaph
Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.
replaceFirst(String) - クラス のメソッドorg.thinkit.common.regex.Epitaph
Replaces the first subsequence of the input sequence that matches the pattern with the given replacement string.

T

TEXT_FILE - org.thinkit.common.regex.catalog.RegexPattern
Text file
toString() - クラス のメソッドorg.thinkit.common.regex.Epitaph
 

U

UNICODE_CASE - org.thinkit.common.regex.catalog.RegexOption
Enables Unicode-aware case folding.
UNICODE_CHARACTER_CLASS - org.thinkit.common.regex.catalog.RegexOption
Enables the Unicode version of Predefined character classes and POSIX character classes.
UNIX_LINES - org.thinkit.common.regex.catalog.RegexOption
Enables Unix lines mode.
USER_ID - org.thinkit.common.regex.catalog.RegexPattern
User id

V

valueOf(String) - 列挙 のstaticメソッドorg.thinkit.common.regex.catalog.RegexOption
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 のstaticメソッドorg.thinkit.common.regex.catalog.RegexPattern
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 のstaticメソッドorg.thinkit.common.regex.catalog.RegexOption
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙 のstaticメソッドorg.thinkit.common.regex.catalog.RegexPattern
この列挙型の定数を含む配列を宣言されている順序で 返します。

W

WEB_URL - org.thinkit.common.regex.catalog.RegexPattern
Web URL

X

XML_FILE - org.thinkit.common.regex.catalog.RegexPattern
XML file
A B C D E F G H I J K L M N O P R T U V W X 
すべてのクラス|すべてのパッケージ