Skip to content

Commit f791dff

Browse files
committed
Update for SPLDOC.
1 parent ede0e01 commit f791dff

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

samples/RegexMatchSample/sample/RegexMatchSample.spl

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ use com.ibm.streamsx.regex.re2::RegexMatch;
44

55
/**
66
* RegexMatchSample
7-
* Run two separate streams:
8-
* 1. Performance test - Beacon shoots 10,000,000 tuples. No output.
9-
* 2. Functional test - Beacon outputs intermittently 2 patterns ("^Hello" and "Hello$") and 1 string to match ("Hello World " + count).
7+
* Run two separate streams: performance test and functional test.
8+
*
9+
* * Performance test - Beacon shoots 10,000,000 tuples. No output.
10+
* * Functional test - Beacon outputs intermittently 2 patterns ("^Hello" and "Hello$") and 1 string to match ("Hello World " + count).
11+
*
1012
* The result:
11-
*
12-
* Hello World 0,true
13-
* Hello World 1,false
14-
* Hello World 2,true
15-
* Hello World 3,false
13+
* * Hello World 0,true
14+
* * Hello World 1,false
15+
* * Hello World 2,true
16+
* * Hello World 3,false
1617
*/
1718
composite RegexMatchSample {
1819
graph

0 commit comments

Comments
 (0)