MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / match

Method match

CodenameOne/src/com/codename1/util/regex/RE.java:1306–1308  ·  view source on GitHub ↗
(String search, int i)

Source from the content-addressed store, hash-verified

1304 ///
1305 /// True if string matched
1306 public boolean match(String search, int i) {
1307 return match(new StringCharacterIterator(search), i);
1308 }
1309
1310 /// Matches the current regular expression program against a character array,
1311 /// starting at a given index.

Calls 6

internalErrorMethod · 0.95
matchAtMethod · 0.95
isNewlineMethod · 0.95
compareCharsMethod · 0.95
isEndMethod · 0.65
charAtMethod · 0.65