Skip to content

Commit fca2046

Browse files
authored
Update README.md
1 parent 7a27103 commit fca2046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ program test_regex
4242
4343
idx = REGEX(string=text,pattern='foo*',length=ln);
4444
45-
! Prints "football"
45+
! Prints "foo"
4646
print *, text(idx:idx+ln-1)
4747
4848
end program
@@ -65,7 +65,7 @@ program test_regex
6565
6666
idx = REGEX(string=text,pattern=re,length=ln);
6767
68-
! Prints "football"
68+
! Prints "foo"
6969
print *, text(idx:idx+ln-1)
7070
7171
end program

0 commit comments

Comments
 (0)