Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~161 People Reached
Favorite Forums
Member Avatar for Pachrant

Hello everybody... Can anyone help me with this?: I want to check out an array, if there is any number which is 3, or more times in a row. IE: int[] tmp= new int[7]{0,2,1,1,1,4,5}; // yes 3 duplicities starts at index 2 int[] tmp= new int[7]{0,2,2,1,1,1,1}; // yes 4 duplicities …

Member Avatar for skatamatic
0
112
Member Avatar for Pachrant

I want to find a series of chars in a string, but I dont know, how to write a regex, please help. I have to find in a string occurrances of 3 or more same chars in a row. IE: "4123478888"// four same chars starts at inex 6 or "321222468"//3 …

Member Avatar for ddanbe
0
49